Posted by Tony Marston on 11/29/06 11:05
Have you removed the semicolon from the "extension=php_domxml.dll" line in
your php.ini file? Have you read the manual on how to enable this extension?
--
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
"Damo" <cormacdebarra@gmail.com> wrote in message
news:1164752754.500990.308620@n67g2000cwd.googlegroups.com...
>I just found the XXX.DOM Functions and i've replaced it with
>
> $doc = new DomDocument('1.0');
>
> still getting fatal error undefined function DomDocument
>
> my phpinfo says XML support is active
>
> Any ideas
>
>
>
>
>
> Michael Fesser wrote:
>> .oO(Damo)
>>
>> > This gives the following error:
>> >Fatal error: Call to undefined function: domxml_new_doc() in .......
>> >
>> >The domxml.dll is in the extensions folder of my php distribution so i
>> >have no idea what the problem is.
>>
>> Is it enabled in your php.ini? Is it listed in the output of phpinfo()?
>>
>> And why don't you use this extension instead?
>>
>> XXX. DOM Functions
>> http://www.php.net/manual/en/ref.dom.php
>>
>> Micha
>
Navigation:
[Reply to this message]
|