ID: 32417
Updated by: [EMAIL PROTECTED]
Reported By: info at ch2o dot info
-Status: Open
+Status: Bogus
Bug Type: Zlib Related
Operating System: HP-UX
PHP Version: 4.3.10
New Comment:
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same.
Thank you for your interest in PHP.
Previous Comments:
------------------------------------------------------------------------
[2005-03-22 22:40:33] info at ch2o dot info
Description:
------------
i have similare probleme than #32283...
i use lighttpd and fastcgi...
when activate zlib compression they dont flush gzip header...
the browser (mozilla and ie...) not receve the gzip header...
when i force by the php function header they work fine...
Reproduce code:
---------------
<?php
// header('Content-Encoding: gzip');
phpinfo();
?>
Expected result:
----------------
phpinfo result
Actual result:
--------------
, but receve gzip binary!
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32417&edit=1