1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00

disable output buffering by default

This commit is contained in:
krakjoe
2014-10-26 07:08:29 +00:00
parent 918466c262
commit 5feb96520a
+2 -1
View File
@@ -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) \