meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

Don' use ob_gzhandler() if zlib.output_compression ini option is set. #19

Closed canvural closed 11 years ago

canvural commented 11 years ago

The ob_gzhandler() and zlib.output_compression ini option is cannot be used together as stated in php.net.

meenie commented 11 years ago

Ahh yes, good catch. Never had this issue so it never came up.

It looks like you actually included the .min. fix you did in another pull request. Could you please separate? If it's too difficult, I can do it myself.

Cheers, meenie

canvural commented 11 years ago

I created separate branch. I don't know why the previous commits included. I am a bit noob at git. :)

meenie commented 11 years ago

Thanks very much for your contributions. Both have been merged :+1: