|
Posted by LacaK on 07/12/05 13:29
Thank you,
I know this technique : ob_start('ob_gzhandler');
but I am interesting on : ini_set('zlib.output_compression', true);
/this is preffered method as stated in manual :
Also note that using ini.zlib.output_compression is preferred over
ob_gzhandler(). /
And I do not understand, why it does not works ?
I have reported it as a bug ...
LacaK.
Jasper Bryant-Greene wrote:
>
> To turn it on:
> ob_start('ob_gzhandler');
>
> To turn it off:
> while(@ob_end_clean());
> header('Content-Encoding: identity');
Navigation:
[Reply to this message]
|