mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
![]() "make test" was failing for me, because I was running it prior to install, and there was an old installed version which was incompatible. The FPM tests were using the installed php.ini which referenced installed dynamically linked extensions. So, pass -n to php-fpm. FPM\Tester::start() has $extensions, $iniEntries and TEST_FPM_EXTENSION_DIR but they are not actually set by anything. Rather than rely on the installed php.ini to be correct, it seems safer to pass -n, and any tests that need specific config can pass $iniEntries. Closes GH-11373 |
||
---|---|---|
.. | ||
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 |