php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16784 PEAR OutputCompression problem
Submitted: 2002-04-23 22:46 UTC Modified: 2002-09-11 10:57 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: naoki at avantexchange dot com Assigned:
Status: No Feedback Package: Output Control
PHP Version: 4.1.2 OS: FreeBSD 4.5 RELEASE
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: naoki at avantexchange dot com
New email:
PHP Version: OS:

 

 [2002-04-23 22:46 UTC] naoki at avantexchange dot com
I've deployed PEAR Cache OutputComression on fairly busy site.
It worked well when I viewed the page via Netscape 6.2. However, when I viewed the page using
IE 6.0/5.0, it just displays white page as when data is not sent to the browser.
When I was hacking the code in Cache/OutputCompression.php, I found out that it needed to call exit() just after
printContent() does the print(). I have modified "print $content;" to "die($content);" in printContent().
There're about 200 processes of apache on 5 of each load-balanced servers and it seems working fine
for 4 days now.
I guess Output Control might be triggering this problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-24 02:27 UTC] yohgaki@php.net
Could you paste the patch? so that I can locate the line?
 [2002-09-11 10:57 UTC] sniper@php.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: Wed Apr 24 21:01:29 2024 UTC