|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-07 20:54 UTC] joey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 15:00:01 2025 UTC |
$doc = xmldocfile("config.xml"); produces Fatal error: Underlying object missing in /usr/local/apache/htdocs/test/xml.php on line 13 in PHP-4.0.6RC1 config.xml is <?xml version="1.0"?> <test> <one type="bla">bla</one> <two type="foo"/> </test> if i make a sting out of it and then $doc = xmldoc($xml); it works