php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9805 ob_start("my_gzhandler1"); - not worked
Submitted: 2001-03-17 05:42 UTC Modified: 2001-10-02 04:29 UTC
From: vvtk at stealthcomp dot com Assigned:
Status: Closed Package: Output Control
PHP Version: 4.0 Latest CVS (17/03/2001) OS: RedHat 6.1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vvtk at stealthcomp dot com
New email:
PHP Version: OS:

 

 [2001-03-17 05:42 UTC] vvtk at stealthcomp dot com
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-28 14:25 UTC] sander@php.net
Try again with the latest version... there were a lot of problems in PHP 4.0.4 (and pl1) with ob_gzhandler.
 [2001-10-02 04:29 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC