diff options
author | Zeev Suraski <zeev@php.net> | 2001-03-07 10:08:19 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-03-07 10:08:19 +0000 |
commit | d7e17582da6e75be640bf6985c3f163ea2ed71b2 (patch) | |
tree | 422a3e95c95bad94b55de11abd7b0546f123a783 /php.ini-recommended | |
parent | 36ded4215687d81a10f9e3205831c597df409e56 (diff) | |
download | php-git-d7e17582da6e75be640bf6985c3f163ea2ed71b2.tar.gz |
Update .ini's and NEWS
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 32fdcd2e1c..3e2cc697db 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -57,6 +57,10 @@ output_handler = ; You can redirect all of the output of your scripts to a fun ; will be transparently compressed for browsers that support gzip or ; deflate encoding. Setting an output handler automatically turns on ; output buffering. +zlib.output_compression = 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) + implicit_flush = Off ; Implicit flush tells PHP to tell the output layer to flush itself ; automatically after every output block. This is equivalent to ; calling the PHP function flush() after each and every call to print() |