In my php project I'm using
ob_start('gz_handler');
at the start of every page.
But when it comes to downloading zip files I'm getting problems with some browsers. So I need to deactivate it just there.
So what's the opposite of ob_start('gz_handler')? What can I do to not having the output compressed?