summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrakjoe <joe.watkins@live.co.uk>2014-10-26 07:08:29 +0000
committerBob Weinand <bobwei9@hotmail.com>2014-10-30 15:42:00 +0100
commit6116c0e55970ba182724ddbfa010646901a1d5a8 (patch)
tree9a0f64038d9a8545e557c169a30593af8175c4a5
parenta02250879b8b0b36ca3591c4add9466a0d8b4b3b (diff)
downloadphp-git-6116c0e55970ba182724ddbfa010646901a1d5a8.tar.gz
disable output buffering by default
-rw-r--r--sapi/phpdbg/phpdbg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index c881559e6e..4ba0b1a6ad 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -660,7 +660,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) \