iliaa Wed May 26 14:23:21 2004 EDT
Modified files:
/php-src run-tests.php
Log:
Turn off session.auto_start to prevent test failures.
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.194&r2=1.195&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.194 php-src/run-tests.php:1.195
--- php-src/run-tests.php:1.194 Fri Apr 30 04:18:54 2004
+++ php-src/run-tests.php Wed May 26 14:23:21 2004
@@ -179,6 +179,7 @@
'auto_append_file=',
'magic_quotes_runtime=0',
'xdebug.default_enable=0',
+ 'session.auto_start=0'
);
$info_params = array();
settings2array($ini_overwrites,$info_params);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php