mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
2b98abd9a8
commit
ddf733fa69
1 changed files with 3 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue