Can I use the PHP 4 domxml module with PHP 5?
Print this Article
Comment on this Article
Last Updated:
November 4, 2011 1:23 PM
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.