helly           Sun Mar 30 09:00:09 2003 EDT

  Modified files:              
    /php4/sapi/cli      php_cli.c 
  Log:
  more ini defaults for error message handling
  
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.78 php4/sapi/cli/php_cli.c:1.79
--- php4/sapi/cli/php_cli.c:1.78        Sun Mar 30 06:07:36 2003
+++ php4/sapi/cli/php_cli.c     Sun Mar 30 09:00:09 2003
@@ -293,6 +293,8 @@
 
        INI_DEFAULT("register_argc_argv", "1");
        INI_DEFAULT("html_errors", "0");
+       INI_DEFAULT("report_zend_debug", "0");
+       INI_DEFAULT("display_errors", "1");
        INI_DEFAULT("implicit_flush", "1");
        INI_DEFAULT("max_execution_time", "0");
 



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

Reply via email to