From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.18
PHP version:      4.0.5
PHP Bug Type:     Arrays related
Bug description:  array manipulation makes apache segfault

manipulating an array like this will make apache segfault:

$array[0] = "x";
$array = $array[0];
$array[0] = $array[1];

tested in 4.0.5, 4.0.4pl1 and 4.0.3pl1... all segfault


-- 
Edit Bug report at: http://bugs.php.net/?id=11580&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