php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32417 zlib compression pb, dont send gzip header...
Submitted: 2005-03-22 22:40 UTC Modified: 2005-03-24 02:19 UTC
From: info at ch2o dot info Assigned:
Status: Not a bug Package: Zlib related
PHP Version: 4.3.10 OS: HP-UX
Private report: No CVE-ID: None
 [2005-03-22 22:40 UTC] 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!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-23 23:42 UTC] sniper@php.net
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.


 [2005-03-24 02:19 UTC] info at ch2o dot info
all similare probleme have seen (including #32283) don't resolv my probleme, all other use mod_php sapi and not fastcgi... 
i think the probleme is similar but the resolution has not been apply for fastcgi sapi...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC