mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() This fixes a ZEND_RC_MOD_CHECK() assertion failure when building with "-DZEND_RC_DEBUG=1 --enable-debug --enable-zts". php_dl() is called after startup, and manipulates the refcount of persistent strings, which is not allowed at this point of the lifecycle. The dl() function disables the ZEND_RC_MOD_CHECK() assertion before calling php_dl(). This change applies the same workaround in FPM. Closes GH-18075 |
||
---|---|---|
.. | ||
fpm | ||
tests | ||
config.m4 | ||
CREDITS | ||
init.d.php-fpm.in | ||
LICENSE | ||
Makefile.frag | ||
php-fpm.8.in | ||
php-fpm.conf.in | ||
php-fpm.service.in | ||
status.html.in | ||
www.conf.in |