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