summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist8
1 files changed, 0 insertions, 8 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 450cc6a8f5..65af29e25f 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -100,14 +100,6 @@ output_buffering = Off
; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
;output_handler =
-; Normally you won't use an additional first output buffer when using any
-; special output handler but you can enforce this since it can help to reduce
-; memory used by output buffering when huge output chunks and total server
-; throughput are preferred. This value can either be set 'On' in which case the
-; additional buffer is four times the size of all other output buffers or any
-; greater size.
-;double_buffering = Off
-
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer size
; to be used for compression (default is 4KB)