ID: 14852 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: DOM XML related Operating System: linux PHP Version: 4.1.1 New Comment:
Already fixed in CVS. Previous Comments: ------------------------------------------------------------------------ [2002-01-04 12:14:46] [EMAIL PROTECTED] the following code produces a warning at the end: $xmlDoc = xmldocfile("test.xml"); $xmlDoc->create_entity_reference("bla"); xml-file (presumable any..): <?xml version="1.0"?> <buecher> <buch buch_id="1" isbn="3-8266-0612-4"> <titel>Apache Web-Server</titel> <jahr>2000</jahr> <kategorie>2</kategorie> </buch> </buecher> warning message: Warning: Unknown list entry type in request shutdown (-10004) in Unknown on line 0 ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14852&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]