mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() DL_LOAD now doesn't use RTLD_DEEPBIND deepbind anymore on platforms where dlmopen with LM_ID_NEWLM is available: this means shared library symbol isolation (if needed) must be enabled on the user side when requiring libphp.so, by using dlmopen with LM_ID_NEWLM instead of dlopen. RTLD_DEEPBIND is still enabled when the Apache SAPI is in use. Closes GH-10670. |
||
---|---|---|
.. | ||
apache_config.c | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
mod_php.c | ||
php_apache.h | ||
php_functions.c | ||
php_functions.stub.php | ||
php_functions_arginfo.h | ||
sapi_apache2.c |