ID: 10899
Updated by: joey
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: DOM XML related
Operating System: linux 2.4.4
PHP Version: 4.0 Latest CVS (2001-05-16)
Assigned To: 
New Comment:

Fixed in CVS. But I'm not too sure about the rest of the
extension. :)

Previous Comments:
------------------------------------------------------------------------

[2001-05-16 06:26:42] [EMAIL PROTECTED]

 $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

------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10899&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]

Reply via email to