Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Yasuo Ohgaki
Rares Vasilescu wrote: > From: "Yasuo Ohgaki" > >>How does it work? Read RFC for HTTP/1.1 >> > > I meant how do i tell PHP to use output compression. Search zlib.output_compression ini directive in php.ini. There is description in php.ini-dist, php.ini-recommended. > Does PHP automatically

Re: [PHP] Re: php 4.1.0 output compression

2001-12-13 Thread Rares Vasilescu
From: "Yasuo Ohgaki" > How does it work? Read RFC for HTTP/1.1 I meant how do i tell PHP to use output compression. Does PHP automatically detect the browser capability and send a compressed response or do i have to activate it in my scripts. Or in the configuration file? I know the HTTP rfc we