From ddf733fa6974e6ada3aec52005611f9b4647beb5 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Tue, 24 Dec 2013 13:11:57 +0100 Subject: Fixed #18 Errors not displaying in some configurations --- sapi/phpdbg/phpdbg.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sapi/phpdbg/phpdbg.c') diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index a0665a7ee5..d025294f1f 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -25,6 +25,7 @@ #include "phpdbg_prompt.h" #include "phpdbg_bp.h" #include "phpdbg_break.h" +#include "phpdbg_list.h" #include "phpdbg_utils.h" #include "phpdbg_set.h" @@ -609,7 +610,8 @@ const char phpdbg_ini_hardcoded[] = "display_errors=Off\n" "log_errors=On\n" "max_execution_time=0\n" -"max_input_time=-1\n\0"; +"max_input_time=-1\n" +"error_log=\n\0"; /* overwriteable ini defaults must be set in phpdbg_ini_defaults() */ #define INI_DEFAULT(name, value) \ -- cgit v1.2.1