php-src/sapi/fpm
Tim Starling ea2ee60552
When running FPM tests, pass -n option to php-fpm
"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
2023-06-15 18:00:50 +01:00
..
fpm More usage of known zend_str instead of C string (#11381) 2023-06-08 13:03:29 +01:00
tests When running FPM tests, pass -n option to php-fpm 2023-06-15 18:00:50 +01:00
config.m4 */*.m4: update main() signatures. 2023-03-07 15:32:30 +00:00
CREDITS
init.d.php-fpm.in Add configtest option to fpm init.d script 2015-03-08 22:48:29 +08:00
LICENSE
Makefile.frag Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
php-fpm.8.in [skip ci] Update year to 2023 (#10374) 2023-01-19 12:01:29 +01:00
php-fpm.conf.in Fix spelling and grammar mistakes 2021-04-13 12:09:37 +02:00
php-fpm.service.in Fix bug #79014 (PHP-FPM & Primary script unknown) 2020-02-23 19:14:05 +00:00
status.html.in Minor conditions simplify (#10397) 2023-04-26 15:12:01 +02:00
www.conf.in Merge branch 'PHP-8.1' into PHP-8.2 2023-01-14 15:14:44 +00:00