Edit report at https://bugs.php.net/bug.php?id=60169&edit=1
ID: 60169 Comment by: [email protected] Reported by: [email protected] Summary: Conjunction of ternary and list crashes PHP Status: Assigned Type: Bug Package: Scripting Engine problem Operating System: Windows Vista PHP Version: 5.4.0beta2 Assigned To: lbarnaud Block user comment: N Private report: N New Comment: I have submitted a new patch. lbarnaud, plz review it , thanks Previous Comments: ------------------------------------------------------------------------ [2011-10-31 06:48:56] [email protected] The following patch has been added/updated: Patch Name: bug60169.diff Revision: 1320043736 URL: https://bugs.php.net/patch-display.php?bug=60169&patch=bug60169.diff&revision=1320043736 ------------------------------------------------------------------------ [2011-10-31 03:24:05] [email protected] The following patch has been added/updated: Patch Name: invalid.patch Revision: 1320031445 URL: https://bugs.php.net/patch-display.php?bug=60169&patch=invalid.patch&revision=1320031445 ------------------------------------------------------------------------ [2011-10-31 03:21:58] [email protected] there is also segfault in (***)?:value notation. like: <?php $str = array('test'); list($a, $b) = is_array($str)?:$str; and this make *the patch doesn't work* (a memory leak) ------------------------------------------------------------------------ [2011-10-30 02:08:29] [email protected] The following patch has been added/updated: Patch Name: bug60169.phpt Revision: 1319940509 URL: https://bugs.php.net/patch-display.php?bug=60169&patch=bug60169.phpt&revision=1319940509 ------------------------------------------------------------------------ [2011-10-30 02:03:53] [email protected] The following patch has been added/updated: Patch Name: bug60169.diff Revision: 1319940233 URL: https://bugs.php.net/patch-display.php?bug=60169&patch=bug60169.diff&revision=1319940233 ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=60169 -- Edit this bug report at https://bugs.php.net/bug.php?id=60169&edit=1
