From 5e2f6ea74454d86940c30fef40dcbaccb4b1e6f0 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 26 May 2004 18:23:23 +0000 Subject: [PATCH] MFH: 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 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); -- 2.40.0