At 16:53 10/5/2001, Jakob Kruse wrote:
>Hi.
>
>I have turned on zlib.output_compression in my PHP 4.0.5 php.ini file, and
>it works beautifully. But if I want to turn off all buffering/compression
>for a single page, how do I do that?
The only way to selectively configure zlib.output_compression for specific
pages/directories is by adding
php_flag zlib.output_compression [on/off]
in .htaccess files, or in the httpd.conf file (assuming you're using Apache).
Zeev
--
Zeev Suraski <[EMAIL PROTECTED]>
CTO & co-founder, Zend Technologies Ltd. http://www.zend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]