diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2004-05-26 18:23:21 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2004-05-26 18:23:21 +0000 |
commit | 190227899a84898c62afd69bdcfb5b58dc0366b5 (patch) | |
tree | c72365fc46eb3d87368f006d35c500061494762a /run-tests.php | |
parent | de58df089f99351c931b79c2a631a145d1e9fc6e (diff) | |
download | php-git-190227899a84898c62afd69bdcfb5b58dc0366b5.tar.gz |
Turn off session.auto_start to prevent test failures.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php index ef1e3420a5..817113f600 100755 --- a/run-tests.php +++ b/run-tests.php @@ -179,6 +179,7 @@ $ini_overwrites = array( 'auto_append_file=', 'magic_quotes_runtime=0', 'xdebug.default_enable=0', + 'session.auto_start=0' ); $info_params = array(); settings2array($ini_overwrites,$info_params); |