Searched refs:php_load_extension (Results 1 – 4 of 4) sorted by relevance
26 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC);
102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension() function268 if (php_load_extension(file, type, start_now TSRMLS_CC) == FAILURE) { in php_dl()
351 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0 TSRMLS_CC); in php_load_php_extension_cb()
6676 - Fixed bug #51276 (php_load_extension() is missing when HAVE_LIBDL is
Completed in 36 milliseconds