Closed GoogleCodeExporter closed 9 years ago
You have a PHP (or server) setting causing all output to be encoded. Minify
tries to
disable these, but it can't always do that. Check your PHP settings first.
Original comment by mrclay....@gmail.com
on 6 Jan 2010 at 4:46
the two phpini variables that are most likely causing it are:
zlib.zlib.output_compression
zlib.output_compression_level
It's mostly likely coming from lib.output_compression_level try setting it to
-9:
ini_set('zlib.output_compression_level', '-9');
Also make sure zlib.output_compression is set to Off.
Hope that helps
Original comment by josh.pen...@gmail.com
on 6 Apr 2010 at 11:34
Thanks Josh. I'm gonna go ahead and close this.
Original comment by mrclay....@gmail.com
on 7 Apr 2010 at 12:04
Original issue reported on code.google.com by
rige...@gmail.com
on 6 Jan 2010 at 4:10Attachments: