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!!!!
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。