We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f63609 commit 8064d8dCopy full SHA for 8064d8d
phpdbg.c
@@ -25,6 +25,7 @@
25
#include "phpdbg_prompt.h"
26
#include "phpdbg_bp.h"
27
#include "phpdbg_break.h"
28
+#include "phpdbg_list.h"
29
#include "phpdbg_utils.h"
30
#include "phpdbg_set.h"
31
@@ -609,7 +610,8 @@ const char phpdbg_ini_hardcoded[] =
609
610
"display_errors=Off\n"
611
"log_errors=On\n"
612
"max_execution_time=0\n"
-"max_input_time=-1\n\0";
613
+"max_input_time=-1\n"
614
+"error_log=\n\0";
615
616
/* overwriteable ini defaults must be set in phpdbg_ini_defaults() */
617
#define INI_DEFAULT(name, value) \
0 commit comments