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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugzilla33 at gmail dot com
New email:
PHP Version: OS:

 

 [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: Thu Mar 28 18:01:29 2024 UTC