php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55728 ob_gzhandler problem
Submitted: 2011-09-19 19:02 UTC Modified: 2013-02-18 00:35 UTC
From: bugzilla33 at gmail dot com Assigned:
Status: No Feedback Package: Output Control
PHP Version: 5.4.0beta1 OS: Win7 32bit
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
20 + 12 = ?
Subscribe to this entry?

 
 [2011-09-19 19:02 UTC] bugzilla33 at gmail dot com
Description:
------------
ob_gzhandler do not work!

Test script:
---------------
<?
 ob_start('ob_gzhandler');
?>
OK

Expected result:
----------------
OK

Actual result:
--------------
invalid characters

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-09-19 19:32 UTC] sixd@php.net
-Status: Open +Status: Feedback
 [2011-09-19 19:32 UTC] sixd@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/

This doesn't reproduce for me.  My build includes today's fix for 
https://bugs.php.net/bug.php?id=55544

Try a PHP snapshot from http://snaps.php.net/.  Try using "php -n".  Repopen this 
bug if it still occurs.
 [2013-02-18 00:35 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 05:01:27 2024 UTC