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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
41 - 38 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Thu Apr 18 06:01:28 2024 UTC