I'm trying to enable output buffering to speed up the load time of some
of our php web pages.  I've consulted the manual and enabled the
following:

output_buffering = On
output_handler = ob_gzhandler

At the beginning of my .php script, I include the following:

ob_start(ob_gzhandler);

This returns complete garbage when I run the page.  Is there something I
missed within the setup?  Or maybe something I need to install for
Apache?

php version = 4.1.2
RedHat = 7.2

Thanks for any advice,
-Elkan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to