helly           Mon Oct 28 13:19:38 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.95 php4/run-tests.php:1.96
--- php4/run-tests.php:1.95     Mon Oct 28 12:17:50 2002
+++ php4/run-tests.php  Mon Oct 28 13:19:38 2002
@@ -490,8 +490,8 @@
                "open_basedir=",
                "disable_functions=",
                "error_reporting=2047",
-               "display_errors=0",
-               "log_errors=1",
+               "display_errors=1",
+               "log_errors=0",
                "html_errors=0",
                "track_errors=1",
                "error_log=",
@@ -510,6 +510,7 @@
                        $name = trim(strtolower($setting[0]));
                        $value = trim($setting[1]);
                        $ini_settings[$name] = $value;
+                       echo "$name::<$value>\n";
                }
        }
 



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

Reply via email to