Skip to content

Commit 8c57474

Browse files
committed
ensure installed ini don't interfere
1 parent ff66e49 commit 8c57474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/tests/bug62294.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bug #62294: register_shutdown_function() does not handle exit code correctly
44
<?php
55

66
$php = getenv('TEST_PHP_EXECUTABLE');
7-
exec($php . ' ' . __DIR__ . '/bug62294.inc', $output, $exit_status);
7+
exec($php . ' -n ' . __DIR__ . '/bug62294.inc', $output, $exit_status);
88
var_dump($exit_status);
99

1010
?>

0 commit comments

Comments
 (0)