From 190227899a84898c62afd69bdcfb5b58dc0366b5 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 26 May 2004 18:23:21 +0000 Subject: [PATCH] Turn off session.auto_start to prevent test failures. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1