mirror of
https://github.com/php/php-src.git
synced 2024-11-30 21:35:36 +08:00
Merge branch 'PHP-7.2'
This commit is contained in:
commit
bd4b203585
@ -350,6 +350,7 @@ static void php_load_php_extension_cb(void *arg)
|
||||
|
||||
/* {{{ php_load_zend_extension_cb
|
||||
*/
|
||||
#ifdef HAVE_LIBDL
|
||||
static void php_load_zend_extension_cb(void *arg)
|
||||
{
|
||||
char *filename = *((char **) arg);
|
||||
@ -409,6 +410,9 @@ static void php_load_zend_extension_cb(void *arg)
|
||||
efree(libpath);
|
||||
}
|
||||
}
|
||||
#else
|
||||
static void php_load_zend_extension_cb(void *arg) { }
|
||||
#endif
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_init_config
|
||||
|
Loading…
Reference in New Issue
Block a user