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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user