Skip to content

Commit f0a1aba

Browse files
author
Mikhail Galanin
committed
ext/session: pass ini options to extra processes in tests
1 parent e5d46b3 commit f0a1aba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/session/tests/session_regenerate_id_cookie.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ var_dump(session_destroy());
5252
ob_end_flush();
5353
?>');
5454

55-
var_dump(`$php -n -d session.name=PHPSESSID $file`);
55+
$extra_arguments = getenv('TEST_PHP_EXTRA_ARGS');
56+
var_dump(`$php $extra_arguments -d session.name=PHPSESSID $file`);
5657

5758
unlink($file);
5859

0 commit comments

Comments
 (0)