ID: 8509
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Output Control
Operating system:
PHP Version: 4.0.4
Assigned To:
Comments:
Fixed in PHP 4.0.5
--Jani
Previous Comments:
---------------------------------------------------------------------------
[2001-01-02 09:21:35] [EMAIL PROTECTED]
Duplicate of #8334
--Jani
---------------------------------------------------------------------------
[2001-01-01 19:09:41] [EMAIL PROTECTED]
This works: when wrapped in function ob_gzhandler works, really think the bug is with
ob_start and internal functions.
<?php
function compress_output($output)
{
return ob_gzhandler($output);
}
ob_start("compress_output");
phpinfo();
?>
This doesn't:
<?php
ob_start("ob_gzhandler");
phpinfo();
?>
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=8509&edit=2
--
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]