summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r--sapi/phpdbg/phpdbg.c4
1 files changed, 3 insertions, 1 deletions
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) \