Search found 1 match

by manafta
Tue Mar 08, 2005 9:58 pm
Forum: Bugs
Topic: gzip compressed pages
Replies: 1
Views: 3337

gzip compressed pages

I'm glad to see that gzip can be used in s9y 0.8. But if on the server zlib.output_compression is set to On, you get an error message because it conflicts with ob_gzhandler. So an extra check for the zlib.output_compression should be added.

The following code fixes this:


function serendipity ...