|
Posted by Greg Donald on 07/11/05 17:50
On 7/11/05, LacaK <lacak@users.sourceforge.net> wrote:
> Can anyone help me with this question :
>
> when I write script like this :
> <?php
> ini_set('zlib.output_compression', true);
> phpinfo();
> ?>
>
> page displays, that zlib.output_compression is On, but realy is not
> compresed (is send only like text/html)
It's likely the browser is uncomressing it before you ever see it. I
would telnet to port 80 and make an HTTP request to see for sure.
--
Greg Donald
Zend Certified Engineer
MySQL Core Certification
http://destiney.com/
Navigation:
[Reply to this message]
|