php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49782 MSIE crashes when using output buffering
Submitted: 2009-10-05 21:15 UTC Modified: 2009-10-06 12:41 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: office at sopadvert dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 5.3.0 OS: Linux
Private report: No CVE-ID: None
 [2009-10-05 21:15 UTC] office at sopadvert dot com
Description:
------------
------------
I have some minor problems on my website www.sopadvert.com. I have tried to use:
ob_start(); #at the starting of the script

and

ob_flush();
ob_end_clean(); # at the end of the script

and all seems to work ok. But going to the next page and trying to go back in internet explorer, the CPU goes nuts sometimes at 100%, while IE crashes.
This is the only place where we use ob_start() or ob_flush(). 

What should we do?



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-10-06 11:15 UTC] sjoerd@php.net
Note that bugs.php.net is not a place to ask for support. It is a place to file bugs in PHP.
See also: http://www.php.net/support.php
 [2009-10-06 11:17 UTC] sjoerd@php.net
Duplicate of Bug #48813: used ob_start() and CPU usage become 100%
 [2009-10-06 11:18 UTC] sjoerd@php.net
Did you also file bug 48813? What version of PHP and MSIE are you using? Does the CPU peak at the client or at the server? Does this happen with all pages? How often does this happen?
 [2009-10-06 12:41 UTC] office at sopadvert dot com
No, i haven't filed bug 48813. And problem is solved, thank you. 
Have a good day.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 22 18:00:01 2026 UTC