ID:               32265
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pm at wallit dot net
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: Solaris 8.0
 PHP Version:      5.0.3
 New Comment:

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.




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

[2005-03-10 17:39:09] [EMAIL PROTECTED]

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-10 16:58:49] 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 ) )
{
}



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


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

Reply via email to