Jaime Bozza wrote:
> And how do you set zlib.outputcompression on at runtime?
> 

.htaccess if you are using Apache.

If you use web server other than Aapche, use ob_gzhandler()
I don't like ob_gzhandler() since PHP will misbehave easily
by user's mistakes. However, it should be used in this case.

--
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to