diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-09-01 11:33:19 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-09-01 11:33:19 +0000 |
commit | 714c19fe66dd5feef380eccb4606be5193381c13 (patch) | |
tree | 1a0988ce5697b068f13d47d0321f01784dafc973 /php.ini-recommended | |
parent | 73cf316a5306cfef44e87a60589b80f5e6ec6a52 (diff) | |
download | php-git-714c19fe66dd5feef380eccb4606be5193381c13.tar.gz |
Per discussion on #php.bugs (+1 from at least Derick and Jani), revert double_buffering.
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index f6225ae9b1..ae99b22606 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -113,14 +113,6 @@ output_buffering = 4096 ; 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) |