iliaa           Wed May 26 14:23:24 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    run-tests.php 
  Log:
  MFH: Turn off session.auto_start to prevent test failures.
  
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.119.2.36&r2=1.119.2.37&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.119.2.36 php-src/run-tests.php:1.119.2.37
--- php-src/run-tests.php:1.119.2.36    Fri Apr 30 13:54:45 2004
+++ php-src/run-tests.php       Wed May 26 14:23:23 2004
@@ -159,6 +159,7 @@
                'auto_prepend_file=',
                'auto_append_file=',
                'magic_quotes_runtime=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

Reply via email to