From 7aa1e2cda41d3cc577cfd8f8ca91fc8423a0b1ec Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 30 Mar 2003 14:00:09 +0000 Subject: more ini defaults for error message handling --- sapi/cli/php_cli.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 43660e53de..1bd6c3dd46 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -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"); -- cgit v1.2.1