From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.5 RELEASE
PHP version:      4.1.2
PHP Bug Type:     Output Control
Bug description:  PEAR OutputCompression problem

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 bug report at http://bugs.php.net/?id=16784&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16784&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16784&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16784&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16784&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16784&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16784&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16784&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16784&r=submittedtwice

Reply via email to