|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2005-03-23 23:42 UTC] sniper@php.net
  [2005-03-24 02:19 UTC] info at ch2o dot info
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 19:00:02 2025 UTC | 
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!