mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/session: pass ini options to extra processes in tests (#11294)
This commit is contained in:
@@ -52,7 +52,8 @@ var_dump(session_destroy());
|
||||
ob_end_flush();
|
||||
?>');
|
||||
|
||||
var_dump(`$php -n -d session.name=PHPSESSID $file`);
|
||||
$extra_arguments = getenv('TEST_PHP_EXTRA_ARGS');
|
||||
var_dump(`$php $extra_arguments -d session.name=PHPSESSID $file`);
|
||||
|
||||
unlink($file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user