hghgfg 发表于 2017-11-14 10:58:53

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!!!!
页: [1]
查看完整版本: php7 出现Class 'DOMDocument' not found的解决方法