Skip to content

Commit 42b3724

Browse files
committed
hardcode log_errors setting
1 parent 1ce2cdb commit 42b3724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpdbg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ const char phpdbg_ini_hardcoded[] =
406406
"register_argc_argv=On\n"
407407
"implicit_flush=On\n"
408408
"display_errors=Off\n"
409+
"log_errors=On\n"
409410
"max_execution_time=0\n"
410411
"max_input_time=-1\n\0";
411412

0 commit comments

Comments
 (0)