ID:               16784
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         Output Control
 Operating System: FreeBSD 4.5 RELEASE
 PHP Version:      4.1.2
 New Comment:

Could you paste the patch? so that I can locate the line?


Previous Comments:
------------------------------------------------------------------------

[2002-04-23 22:46:51] [EMAIL PROTECTED]

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.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16784&edit=1

Reply via email to