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

[PHP] Re: php 4.1.0 output compression

2001-12-12 Thread Yasuo Ohgaki
Rares Vasilescu wrote: > Anyone has tried out yet the output compression? > > How does it work, is it really stable? > > Rares > > Yes it is stable unless you delete output buffer with ob_end_clean()/flush(). How does it work? Read RFC for HTTP/1.1 -- Yasuo Ohgaki -- PHP General Mailin