summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-05-26 18:23:21 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-05-26 18:23:21 +0000
commit190227899a84898c62afd69bdcfb5b58dc0366b5 (patch)
treec72365fc46eb3d87368f006d35c500061494762a /run-tests.php
parentde58df089f99351c931b79c2a631a145d1e9fc6e (diff)
downloadphp-git-190227899a84898c62afd69bdcfb5b58dc0366b5.tar.gz
Turn off session.auto_start to prevent test failures.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
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);