php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39490 Php crashes, if output size is to big
Submitted: 2006-11-13 09:18 UTC Modified: 2006-11-13 10:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: archinf at archinform dot de Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.2.0 OS: Redhat 9.0
Private report: No CVE-ID: None
 [2006-11-13 09:18 UTC] archinf at archinform dot de
Description:
------------
Hi,

after updating from php 5.1.2 to 5.2.0 webpages with a lot of output (around 100KB) won't be displayed anymore.
It's dependend from the output size not the code size, because   the same page works with an input parameter, that produces less output.
Increasing memory_limit doesn't help.
After downgrading back to 5.1.2 script works again.

Yours,
Sascha



Expected result:
----------------
no output, no error messages (not on display, not in apache error_log)

Actual result:
--------------
follows soon

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-13 09:21 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.


 [2006-11-13 10:13 UTC] archinf at archinform dot de
sorry, can't provide the script because it's to long and complex,
tried to make a backtrace (used the help page for that on php.net), but without success.
 [2006-11-13 10:22 UTC] tony2001@php.net
Sorry, we can't investigate an issue without any information.
Please reopen the report when you have it.
 [2006-11-13 10:34 UTC] archinf at archinform dot de
OK, I understand.
Right now I use php5.1.2 again.
Maybe others have the same problem and can provide backtraces, etc...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 23:01:33 2025 UTC