Thanks for the follow-up Richard. I am now bracketing my Fusebox core includes with ob_start("ob_gzhandler") and ob_end_flush(). It's done wonders for those large query results. And since there is absolutely nothing in this app that relies on multiple contiguous whitespace characters, I'm good to go. Christopher Watson On 9/22/06, Richard Lynch <ceo@xxxxxxxxx> wrote:
Cannot compression be set in .htaccess? Or even within the script??? I suspect you could even find a PHP class out there to compress and send the right headers to do it all in PHP, regardless of server settings...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php