summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-03-30 14:00:09 +0000
committerMarcus Boerger <helly@php.net>2003-03-30 14:00:09 +0000
commit7aa1e2cda41d3cc577cfd8f8ca91fc8423a0b1ec (patch)
tree1315847549d715c678e38090b51b9b85990deae5
parent7a76d5f4380e0e36c4a6865a74771cc9d74bc815 (diff)
downloadphp-git-7aa1e2cda41d3cc577cfd8f8ca91fc8423a0b1ec.tar.gz
more ini defaults for error message handling
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 2 insertions, 0 deletions
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");