今天用PHP解析xml时出现如下错误:php Fatal error: Class 'DOMDocument' not found。 环境:CentOS 5.5; PHP 5.3.8 解决方法:

今天用PHP解析xml时出现如下错误:php Fatal error:  Class 'DOMDocument' not found。

环境:CentOS 5.5; PHP 5.3.8

解决方法:

#yum -y install php-dom

#apachectl restart

你可能感兴趣的:(今天用PHP解析xml时出现如下错误:php Fatal error: Class 'DOMDocument' not found。 环境:CentOS 5.5; PHP 5.3.8 解决方法:)