|
Posted by LacaK on 07/11/05 12:44
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)
Is possible to turn on compression (enable) in user script (using
ini_set), or only disable ini_set('zlib.output_compression', false); ?
Thanks
Navigation:
[Reply to this message]
|