Skip to content

Commit dd555d1

Browse files
author
Mikhail Galanin
committed
[test-extra-arguments-session]: one more try
1 parent 35e8d98 commit dd555d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/tests/session_regenerate_id_cookie.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ob_end_flush();
5454

5555
$extra_arguments = getenv('TEST_PHP_EXTRA_ARGS');
5656
var_dump($php, $extra_arguments);
57-
var_dump(`$php $extra_arguments -n -d session.name=PHPSESSID $file`);
57+
var_dump(`$php $extra_arguments -d session.name=PHPSESSID $file`);
5858

5959
unlink($file);
6060

0 commit comments

Comments
 (0)