Can I use
ob_gzhandler in function ?
for example
function test($str){
return ob_gzhandler($str,4096);
}
ob_start("test");
It worked with PHP 4.0.4, but not worked with any 4.0.5RC
Vadim Tkachenko.
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
