Well write your own callback function for ob_start then! ;-) > Perhaps. :) But it seems you're missing the point. Read here: > > http://www.php.net/manual/en/function.session-start.php > > Specifically, the second note: > > Note: Use of zlib.output_compression is recommended rather than > ob_gzhandler > > zlib.output_compression != ob_start('ob_gzhandler') > > > Which brings us back to the original point. How does one go about > enabling/disabling zlib.output_compression from within a script? > ini_set('zlib...', 'On|Off') does not work. >
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php