ID: 37644 Updated by: [EMAIL PROTECTED] Reported By: php at tothebrim dot net -Status: Open +Status: Bogus Bug Type: SimpleXML related Operating System: Windows XP Professional PHP Version: 5.1.4 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php your logic is bad causing new nodes to be added and the document to keep growing. node creation on the fly was added in 5.1.3 so the bad logic was just not visible. Previous Comments: ------------------------------------------------------------------------ [2006-05-30 19:14:47] php at tothebrim dot net I have updated the posted script, it is now complete. It can be viewed at http://tothebrim.net/php.txt Thanks, Ben ------------------------------------------------------------------------ [2006-05-30 18:40:03] [EMAIL PROTECTED] We still need SHORT but COMPLETE script.. ------------------------------------------------------------------------ [2006-05-30 17:53:42] php at tothebrim dot net I was able to trace the problem to the assignment of a new value to a child. The problem code can be seen at http://tothebrim.net/php.txt Thanks for your help, Ben ------------------------------------------------------------------------ [2006-05-30 17:03:12] judas dot iscariote at gmail dot com try installing xdebug to determine what is getting into an infinite loop, and show us some code, we don't know what the "process_rows" and "post_child_row" functions do, no magic cristal bowl to guess :-) ------------------------------------------------------------------------ [2006-05-30 16:54:43] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If possible, make the script source available online and provide an URL to it here. Try to avoid embedding huge scripts into the report. ------------------------------------------------------------------------ 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 http://bugs.php.net/37644 -- Edit this bug report at http://bugs.php.net/?id=37644&edit=1