From: Matthew P. <mp...@he...> - 2004-03-15 21:35:19
|
On Mon, Mar 15, 2004 at 03:54:59PM +0100, Benjamin Thelen wrote: > I don't know what COMPRESS_OUTPUT is, I'd like to check that. Where do > I force this? In 1.3.7, it's in index.php (uncomment the appropriate define). Prior to that (1.3.4, for instance) there's no define, but the code is in lib/Request.php somewhere - search for "ob_gzhandler" and you'll find it, comment it out or give it an early return or something. - Matt |