From fa59090287acb4379d40eccf88cca38d47212b95 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 29 Mar 2003 20:57:31 +0000 Subject: - html errors should default to off (0) in CLI --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 1fedbe1c35..5fc9a17394 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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"); -- cgit v1.2.1