php7 出现Class 'DOMDocument' not found的解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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!!!!

以上是关于php7 出现Class 'DOMDocument' not found的解决方法的主要内容,如果未能解决你的问题,请参考以下文章

如果编c 出现'class' type redefinition怎么修改

linux 部署出现Fatal error: Class 'DOMDocument' not found。

让typecho支持PHP7

IDEA 程序出现 Class 'xxx' is never used 警告下划线如何消除

安装PHP7.4找不到 No package 'oniguruma' found解决

关于laravel 5.3 使用redis缓存出现 找不到Class 'PredisClient' not found的问题