HTTP Compression
Posted: Fri Jan 10, 2003 5:54 pm
Is it necessary to compile PHP (zlib, gzip) before using ob_gzhandler() ?
Or is http compression via the gzip compressor automatically effective upon using ob_gzhandler() ?
I seem to be getting mixed responces on this subject.
Code: Select all
<?php ob_start('ob_gzhandler'); ?>I seem to be getting mixed responces on this subject.