Frequently Asked Questions

Help Center Search

Can I use the PHP 4 domxml module with PHP 5?

Print this Article
Comment on this Article
Last Updated: February 19, 2007 9:11 AM

The PHP 4 domxml module is not supported in PHP 5 and has been replaced with the dom module. When moving to PHP 5, any scripts using domxml module functions must be modified to use dom module functions.