ID:               39007
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ladislav dot prosek at matfyz dot cz
-Status:           Open
+Status:           Bogus
 Bug Type:         SimpleXML related
 Operating System: Windows XP Pro SP2
 PHP Version:      5.1.6
 New Comment:

Already fixed -> report was bogus


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

[2006-10-01 14:20:34] ladislav dot prosek at matfyz dot cz

Works OK with the snapshot. The "Node no longer exists" warning seems
quite appropriate. Thanks and sorry for reporting something that is
already fixed.

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

[2006-10-01 14:01:49] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Can't reproduce

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

[2006-10-01 10:39:35] ladislav dot prosek at matfyz dot cz

Description:
------------
The following piece of code crashes PHP CLI.

Reproduce code:
---------------
<?
  $x = new SimpleXMLElement("<root/>");
  $y = $x->whatever;
  $y->z["a"] = "b";
?>


Expected result:
----------------
You decide ;)

Actual result:
--------------
* CRASH *


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


-- 
Edit this bug report at http://bugs.php.net/?id=39007&edit=1

Reply via email to