Hello,

inside php.ini file there's a special configuration:

; 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)
zlib.output_compression = On

this way pages will be parsed, compressed, and then sent to the
browser. Does anybody know of pros & cons of using this
configuration? Which browsers support zlib compression?

Thanks,
Levy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to