PDA

View Full Version : Why doesn't domxml work?


reikiman
02-20-2006, 09:54 PM
Here's a link to the phpinfo on my server:
http://healingblogs.7gen.com/phpinfo.php

Note it says --with-dom and other XML extensions. And that farther down it says the XML support is "active".

But ... I have some PHP code that does
return domxml_open_mem(...);
which fails saying the function doesn't exist.

The system is running RHEL 4 with the Plesk control panel. I haven't modified the PHP install.

retep
02-22-2006, 08:03 AM
we got a ticket about this from you so you'll be hearing from us directly.

Candyman
06-01-2006, 06:54 PM
Which version of PHP are you using? domxml isn't in PHP5 anymore. It has been replaced with dom.
Ref: http://php.net/manual/en/ref.dom.php

Ok, I see now that you are using 4.3.9 :o