mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
MFZE1
This commit is contained in:
parent
4feff54879
commit
88d3154b68
@ -104,7 +104,7 @@ const char *zend_mh_bundle_error(void);
|
||||
# define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
|
||||
# define DL_UNLOAD dlclose
|
||||
# if defined(DLSYM_NEEDS_UNDERSCORE)
|
||||
# define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" ## s)
|
||||
# define DL_FETCH_SYMBOL(h,s) dlsym((h), "_" s)
|
||||
# else
|
||||
# define DL_FETCH_SYMBOL dlsym
|
||||
# endif
|
||||
|
Loading…
Reference in New Issue
Block a user