iliaa           Fri Oct 25 13:24:10 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  The log_errors=1 breaks a number of tests and is useless for our purposes,
  removing.
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.89 php4/run-tests.php:1.90
--- php4/run-tests.php:1.89     Thu Oct 24 14:14:39 2002
+++ php4/run-tests.php  Fri Oct 25 13:24:09 2002
@@ -484,7 +484,7 @@
                "-d 'disable_functions='",
                "-d 'error_reporting=2047'",
                "-d 'display_errors=0'",
-               "-d 'log_errors=1'",
+               "-d 'log_errors=0'",
                "-d 'html_errors=0'",
                "-d 'docref_root=/phpmanual/'",
                "-d 'docref_ext=.html'",



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to