From d7e17582da6e75be640bf6985c3f163ea2ed71b2 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 7 Mar 2001 10:08:19 +0000 Subject: Update .ini's and NEWS --- php.ini-optimized | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php.ini-optimized') diff --git a/php.ini-optimized b/php.ini-optimized index 32fdcd2e1c..3e2cc697db 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -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() -- cgit v1.2.1