ID: 11580
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Analyzed
Bug Type: Arrays related
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

Doesn't segfault for me with PHP 4.0.6RC4 but I get 
this into error_log:

---------------------------------------
./zend_execute.c(285) : Block 0x40A4C063 status:
Beginning:      Overrun (magic=0x676E6972, expected=0x7312F8DC)
      End:      Unknown
---------------------------------------



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

[2001-06-20 09:28:26] [EMAIL PROTECTED]
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

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11580&edit=2


-- 
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