From: Ilia Alshanetsky Date: Wed, 26 May 2004 18:23:21 +0000 (+0000) Subject: Turn off session.auto_start to prevent test failures. X-Git-Tag: php-5.0.0RC3RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=190227899a84898c62afd69bdcfb5b58dc0366b5;p=php Turn off session.auto_start to prevent test failures. --- 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);