Home
last modified time | relevance | path

Searched refs:DL_LOAD (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_portability.h149 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_GROUP | RTLD_WORLD | RT… macro
151 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL | RTLD_DEEPBIND) macro
153 # define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL) macro
165 # define DL_LOAD(libname) LoadLibrary(libname) macro
H A Dzend_extensions.c35 handle = DL_LOAD(path); in zend_load_extension()
/PHP-7.0/ext/standard/
H A Ddl.c132 handle = DL_LOAD(libpath); in php_load_extension()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1257 handle = DL_LOAD(*path); in phpdbg_load_module_or_extension()
H A Dxml.md602 - unknown: general error with internal DL_LOAD() (for message see msg attribute)
/PHP-7.0/
H A DNEWS1041 . Fixed bug #72996 (phpdbg_prompt.c undefined reference to DL_LOAD). (Nikita)

Completed in 81 milliseconds