summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-05-26 18:23:23 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-05-26 18:23:23 +0000
commit5e2f6ea74454d86940c30fef40dcbaccb4b1e6f0 (patch)
tree45e4e760a98a68ee9856fa8b7a22b2ef124ae1bf
parent354eff7e1ec0554e8611225da05222edcec3393c (diff)
downloadphp-git-5e2f6ea74454d86940c30fef40dcbaccb4b1e6f0.tar.gz
MFH: Turn off session.auto_start to prevent test failures.
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index fd494e417f..ca608c3a76 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -159,6 +159,7 @@ $ini_overwrites = array(
'auto_prepend_file=',
'auto_append_file=',
'magic_quotes_runtime=0',
+ 'session.auto_start=0'
);
$info_params = array();
settings2array($ini_overwrites,$info_params);