mod gzip and php obgzhandler

What exactly does apache do if you have php as one of the extensions to gzip and you use ob_gzhandler to compress your php pages within php. I've just tried it, and it seems to handle fine. It looks like mod gzip is smart enough not to gzip it if php has already compressed it. I'm simply curious whether this is ok, or if I will encounter problems by doing this?

Anyone have any experience with this?

 

 

 

 

Top