]> granicus.if.org Git - php/commitdiff
more ini defaults for error message handling
authorMarcus Boerger <helly@php.net>
Sun, 30 Mar 2003 14:00:09 +0000 (14:00 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 30 Mar 2003 14:00:09 +0000 (14:00 +0000)
sapi/cli/php_cli.c

index 43660e53de0034020168306bed243417e9531a6d..1bd6c3dd46f671bc3acb6f59480372d5e5213852 100644 (file)
@@ -293,6 +293,8 @@ static void sapi_cli_ini_defaults(HashTable *configuration_hash)
 
        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");