Default GZIP compression settings changes during PHP 5?
Posted: Sat Jul 12, 2008 2:21 pm
I haven't messed with the GZIP settings for my site for maybe almost a year now and now (since it was working just fine) though now I've noticed pages are not compressed! Yet when I was dealing with issues on a hosted site his page had no GZIP compression in place yet it was compressed! I have not changed anything related to compression in PHP or Apache. I can only currently conclude that either a default setting in PHP was changed (where having ob_start("ob_gzhandler"); and ob_end_flush(); remove compression for some strange reason) or the Web Developer toolbar is giving me wrong readings? Thoughts?