解决PHP-问题:Class 'SimpleXMLElement' not found in
Posted The blog of Andy Wei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决PHP-问题:Class 'SimpleXMLElement' not found in相关的知识,希望对你有一定的参考价值。
1.问题
在ubuntu 16.10中,学习php,学习到PHP如何生成XML文件时候,碰到了这个问题:
PHP Fatal error: Class ‘ClassName\SimpleXMLElement‘ not found in /var/www/html/.../reg.class.php on line 40;
2.解决
2.1 安装php7.0-xml。
在ubuntu中可以使用"sudo apt-get install php7.0-xml"进行安装。
2.2 重启apache服务。
在ubuntu中可以使用“sudo service apache2 restart”重启apache服务。
最后问题得到解决。
以上是关于解决PHP-问题:Class 'SimpleXMLElement' not found in的主要内容,如果未能解决你的问题,请参考以下文章
啊Linux上PHP运行出错class XMLWriter'not found怎么解决
php调用webservice报错Class 'SoapClient' not found(转)
linux 部署出现Fatal error: Class 'DOMDocument' not found。