helly           Mon Oct 28 12:17:50 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  forgot 'error_log=' and 'report_memleaks=1'
  #commenting on php-dev
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.94 php4/run-tests.php:1.95
--- php4/run-tests.php:1.94     Sun Oct 27 21:00:56 2002
+++ php4/run-tests.php  Mon Oct 28 12:17:50 2002
@@ -492,8 +492,10 @@
                "error_reporting=2047",
                "display_errors=0",
                "log_errors=1",
-               "html_errors=1",
+               "html_errors=0",
                "track_errors=1",
+               "error_log=",
+               "report_memleaks=1",
                "docref_root=/phpmanual/",
                "docref_ext=.html",
                "error_prepend_string=",



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

Reply via email to