1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

exit_as_funtion RFC follow-up: ensure default INI settings used in status test (#15420)

This commit is contained in:
Remi Collet
2024-08-15 12:13:32 +02:00
committed by GitHub
parent 3e226af533
commit a6b7f134a9

View File

@@ -49,7 +49,7 @@ try {
TEMPLATE;
$php = getenv('TEST_PHP_EXECUTABLE_ESCAPED');
$command = $php . ' ' . escapeshellarg(FILE_PATH);
$command = $php . ' --no-php-ini ' . escapeshellarg(FILE_PATH);
foreach ([FILE_CONTENT, str_replace('exit', 'die', FILE_CONTENT)] as $code) {
foreach ($values as $value) {