ID: 33900 Updated by: [EMAIL PROTECTED] Reported By: sakuza at sakuza dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: WinXP PHP Version: 4.4.0 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Please provide shorter example and more detailed description. Previous Comments: ------------------------------------------------------------------------ [2005-07-28 12:57:28] sakuza at sakuza dot com Description: ------------ I have problems with references in 4.4.0 .References just do not working under 4.4.0 correctly. I am using following class for parsing XML documents to multidimensional array.In version 4.3.11 and with earlier versions it works fine,but in versions 4.4.0 are something very wrong. Reproduce code: --------------- http://sakuza.com/articles/references_bug/parser.phps Expected result: ---------------- Versions 4.3.11 and earlier will output next results : http://sakuza.com/articles/references_bug/_res1.htm Actual result: -------------- All PHP 4.4.0 versions output following results : http://sakuza.com/articles/references_bug/_res2.htm ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33900&edit=1