|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-20 09:28 UTC] joffrey at ne2000 dot nl
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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 16:00:01 2025 UTC |
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 ---------------------------------------