]> git.mjollnir.org Git - s9y.git/commit
gzip encoding is making too many problems, set it off as default:
authorgarvinhicking <garvinhicking>
Thu, 28 Apr 2005 12:15:31 +0000 (12:15 +0000)
committergarvinhicking <garvinhicking>
Thu, 28 Apr 2005 12:15:31 +0000 (12:15 +0000)
commitb9fdc1bc1d94c7cf662998b661dafe2f849a300f
tree912a39768e77b9b6f012aeb5d595904b96e770ea
parentefc03494d2b797c8c38c89a16b0a92832e293bd9
gzip encoding is making too many problems, set it off as default:

Warning:  (null)() [ref.outcontrol]: output handler 'ob_gzhandler' cannot be
used twice in Unknown on line 0

or

Warning: ob_start(): output handler 'ob_gzhandler' cannot be used
after 'URL-Rewriter' in /include/functions.inc.php on line 28

Tom, do you know more about it, can you fix it properly? It seems the
ob_functions need to be called before our session_start, but ob_* may also
not interfer with our BC-compatibility $raw_data stuff or the
simplecache plugin.

I also firmly believe gzip compression is a webserver matter and IMHO should
not be touched in application level?
docs/NEWS
include/tpl/config_local.inc.php