]> granicus.if.org Git - php/commitdiff
- html errors should default to off (0) in CLI
authorDerick Rethans <derick@php.net>
Sat, 29 Mar 2003 20:57:31 +0000 (20:57 +0000)
committerDerick Rethans <derick@php.net>
Sat, 29 Mar 2003 20:57:31 +0000 (20:57 +0000)
sapi/cli/php_cli.c

index 1fedbe1c35e6f109dc6a262fbd7f7db18e49f327..5fc9a173941fbe324107a9e06448bd0d630a4521 100644 (file)
@@ -293,7 +293,7 @@ static void sapi_cli_ini_defaults(HashTable *configuration_hash)
        MAKE_STD_ZVAL(tmp);
 
        INI_DEFAULT("register_argc_argv", 19, "1");
-       INI_DEFAULT("html_errors", 12, "1");
+       INI_DEFAULT("html_errors", 12, "0");
        INI_DEFAULT("implicit_flush", 15, "1");
        INI_DEFAULT("max_execution_time", 19, "0");