[Bug 927] Changed - When zlib compression is on in the php.ini file, web pages are not uncompressed by browser

bugs@bugs.horde.org bugs@bugs.horde.org
Thu, 11 Apr 2002 20:59:43 -0300


http://bugs.horde.org/show_bug.cgi?id=927

*** shadow/927	Thu Apr 11 19:11:23 2002
--- shadow/927.tmp.6713	Thu Apr 11 20:59:43 2002
***************
*** 3,10 ****
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: All
! Status: ASSIGNED   
! Resolution: 
  Severity: major
  Priority: P2
  Component: IMP
--- 3,10 ----
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: All
! Status: RESOLVED   
! Resolution: INVALID
  Severity: major
  Priority: P2
  Component: IMP
***************
*** 30,32 ****
--- 30,38 ----
  ------- Additional Comments From chuck@horde.org  04/11/02 19:11 -------
  are things getting encoded twice, maybe? Try turning off Horde's compress_pages 
  setting in this case...
+ 
+ ------- Additional Comments From scott@symphonyhosting.com  04/11/02 20:59 -------
+ I think that it was compressing it twice.  The browers seem to only attempt to 
+ expand it once, so maybe there is a bug in the browsers.  This occurred in 
+ other PHP scripts that encoded it pages as well.  Anyway, turning off 
+ compression in the horde config file fixed it.  Thanks for the clue.