ID: 9805
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Output Control
Operating System: RedHat 6.1
PHP Version: 4.0 Latest CVS (17/03/2001)
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-08-28 14:25:40] [EMAIL PROTECTED]

Try again with the latest version... there were a lot of problems in PHP 4.0.4 (and 
pl1) with ob_gzhandler.

------------------------------------------------------------------------

[2001-03-17 05:42:21] [EMAIL PROTECTED]

In latest CVS, my Script

<?
function my_gzhandler1($str){
return ob_gzhandler($str);
}

ob_start("my_gzhandler1");
phpinfo(); 

?>

can't work.

With php-4.0.4pl1 - all work fine.


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=9805&edit=1


-- 
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]

Reply via email to