ID: 11580 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Analyzed Status: Closed Bug Type: Arrays related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed. Thanks! Previous Comments: --------------------------------------------------------------------------- [2001-06-20 12:36:46] [EMAIL PROTECTED] 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 --------------------------------------- --------------------------------------------------------------------------- [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]