From:             [EMAIL PROTECTED]
Operating system: Redhat 6.2
PHP version:      4.0.6
PHP Bug Type:     Reproducible crash
Bug description:  segfault after strange code

<?
$str='1,2,3,4,5,6,7,8,9';
echo $str[0][NO];
echo $str[0][NO];
echo $str[0][NO];
echo $str[0][NO];
echo $str[0][NO];
echo $str[0][NO];
echo $str[0][NO];
echo "end.";
?>

check http://mail.ardents.hu:701/info.php3 for a phpinfo();

This piece of code causes Apache to segfault. It is a distilled version,
the original error was a typo inside a complex function, hidden inside a
loop. It took more than a day to find. PHP4.0.5 produced the same result.
-- 
Edit bug report at: http://bugs.php.net/?id=14161&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to