From: [EMAIL PROTECTED] Operating system: Linux Debian/unstable PHP version: 4.0CVS-2001-08-29 PHP Bug Type: DOM XML related Bug description: Unknown list entry type in request shutdown with create_comment() Hi I'm again not sure, if this is really a bug, or if the method is not finished or if I use it the wrong way (since documentation is missing) The code $xml = new_xmldoc('1.0'); $root = $xml->add_root("root"); $comment = $xml->create_comment("this is just a comment"); $newchild = $root->add_child($comment); gives the warning: Warning: Unknown list entry type in request shutdown (0) in Unknown on line 0 Hope that helps for cleaning some bugs ;) chregu -- Edit bug report at: http://bugs.php.net/?id=13025&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]