Hello,

    Is their anyway to use ob_gzhandler along with another callback?  I've
tried the following which does not work:

function DoCache($buffer) {
    /* Do a bunch of stuff */
    return ob_gzhandler($buffer);
}

ob_start("DoCache");

... The program and such ...

ob_end_flush();


Can anybody let me know if I can use ob_gzhandler somehow.  Unfortunatly I
still require the "DoCache" callback.

Thanks,
Serge.


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

Reply via email to