PHP & GZip 2001-11-07 02:40pm
Isaac just found that there is a setting that you can put in your php.ini file to make it automatically GZip all the content it spits out. That's pretty cool, saves me having to install mod_gzip
output_handler = ob_gzhandler
output_handler = ob_gzhandler




