Re: zlib.output_compression

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/11/05, LacaK <lacak@xxxxxxxxxxxxxxxxxxxxx> 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/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux