ID: 32808 Updated by: [EMAIL PROTECTED] Reported By: sofa77 at gmx dot de -Status: Open +Status: Bogus Bug Type: Documentation problem Operating System: win xp PHP Version: Irrelevant New Comment:
DOMDocument::loadXML should still exists in 5.0.4, so this is not a documentation issue. I can't reproduce your error and the function really still exists, so this is not even the source code problem. Try to consult support forums. Although you provided simple example, actual result is not from it ("error on line 136") so the problem probably lies somewhere else. Previous Comments: ------------------------------------------------------------------------ [2005-04-24 12:19:01] sofa77 at gmx dot de Description: ------------ for any reason (that i don't know) this function does not exist in php 5.0.4, tested on windows xp. <?php $dom = new DOMDocument(null); $dom->loadXML('<root>hhh</root>'); ?> will cause an error: Fatal error: Call to undefined method domdocument::loadXML() ... Reproduce code: --------------- <?php $dom = new DOMDocument(null); $dom->loadXML('<root>hhh</root>'); ?> Expected result: ---------------- nothing Actual result: -------------- Fatal error: Call to undefined method domdocument::loadXML() in d:\eigene\_project\eva\www\php\Domain\FormValidator\Ims.class.php on line 136 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32808&edit=1