From: scholzrobert at web dot de Operating system: Fedora C1 (Linux 2.6.5) PHP version: 5.0.0RC2 PHP Bug Type: SimpleXML related Bug description: Crazy error when commenting out a simplexml var
Description: ------------ I have the Object $xml. It has the simplexml Obj $xml::xml. The "reproduce code" lines stop my apache2 for this one script. Firefox does not load the page, konqueror says that "Connction to localhost ist broken" and IE displas a site which says "technical problems". Reproduce code: --------------- // $xml->xml->news->text /* $xml->xml->news->text */ # $xml->xml->news->text Expected result: ---------------- Nothing, it's only a comment to remember how ot worked before Actual result: -------------- Firefox does not load the page, konqueror says connection broken and IE displays a "technical error" page. -- Edit bug report at http://bugs.php.net/?id=28172&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=28172&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=28172&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=28172&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=28172&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=28172&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=28172&r=needscript Try newer version: http://bugs.php.net/fix.php?id=28172&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=28172&r=support Expected behavior: http://bugs.php.net/fix.php?id=28172&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=28172&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=28172&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=28172&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28172&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=28172&r=dst IIS Stability: http://bugs.php.net/fix.php?id=28172&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=28172&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=28172&r=float
