ID: 24046 Updated by: [EMAIL PROTECTED] Reported By: robert at entrinix dot com -Status: Feedback +Status: No Feedback Bug Type: DOM XML related Operating System: Linux PHP Version: 4.3.2 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2003-06-06 00:53:52] [EMAIL PROTECTED] Please provide a short but COMPLETE example script which can be just copied and pasted from this report and run.. ------------------------------------------------------------------------ [2003-06-05 11:46:14] robert at entrinix dot com Using the following code in 4.3.0-4.3.1 works, # Start reading the XML response. $xml = domxml_open_mem($xml_response); $root = $xml->document_element(); However, the *exact* same code, compiled with the exact same flags in 4.3.2 results in: Fatal error: Call to a member function on a non-object in /data/websites/client on line 74, line 74 being: "$root = $xml->document_element();" Roll back to 4.3.1, and it works fine. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24046&edit=1