php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32265 FATAL: erealloc(): Unable to allocate XXX bytes
Submitted: 2005-03-10 16:58 UTC Modified: 2005-03-20 18:13 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: pm at wallit dot net Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.3 OS: Solaris 8.0
Private report: No CVE-ID: None
 [2005-03-10 16:58 UTC] pm at wallit dot net
Description:
------------
PHP crashes if you put a function with more than 14 parameters in an 'if' statement. Example:

if( $ret = myfunc( $a, $b, $c, $d, $e, $f, $g, $h, $i, $j, $k, $l, $m, $n, $crash ) )
{
}

Reproduce code:
---------------
if( $ret = myfunc( $a, $b, $c, $d, $e, $f, $g, $h, $i, $j, $k, $l, $m, $n, $crash ) )
{
}


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-10 17:39 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

Can't reproduce.
 [2005-03-20 18:13 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 Sep 18 19:01:28 2024 UTC