From 5feb96520aa20416ef751806b9a5fc3d86186b4d Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sun, 26 Oct 2014 07:08:29 +0000 Subject: [PATCH] disable output buffering by default --- phpdbg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpdbg.c b/phpdbg.c index ff03c670d0..f8879d77ab 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -730,7 +730,8 @@ const char phpdbg_ini_hardcoded[] = "log_errors=On\n" "max_execution_time=0\n" "max_input_time=-1\n" -"error_log=\n\0"; +"error_log=\n" +"output_buffering=off\0"; /* overwriteable ini defaults must be set in phpdbg_ini_defaults() */ #define INI_DEFAULT(name, value) \ -- 2.50.0