php7 出现Class 'DOMDocument' not found的解决方法
生活随笔
收集整理的这篇文章主要介绍了
php7 出现Class 'DOMDocument' not found的解决方法
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
最近在做小程序第三方平台。迁移升级服务器的时候用的php7版本。
把代码上传到新服务器就出现了Class 'DOMDocument' not found的问题。
百度了一些解决方案。
apt-get install php7.0-xml
or
sudo apt-get install php-xml
如果还不行
yum install php70w-xml
ok!!!!
转载于:https://blog.51cto.com/12596043/1981273
总结
以上是生活随笔为你收集整理的php7 出现Class 'DOMDocument' not found的解决方法的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 王建然之欲望和理想的对话
- 下一篇: PHP上传图片三个步骤