Ubuntu 20.04 安装 php-xml 模块(报错:Class 'DOMDocument' not found )

PHP技术
471
0
0
2022-09-09
标签   Ubuntu
参考:php7 出现Class ‘DOMDocument’ not found的解决方法

报错截图

报错:Class 'DOMDocument' not found 解决

解决

需要给 PHP 添加 xml模块,

安装 php-xml 模块

根据 PHP 安装对应版本,如 php8.0

sudo apt-get install php8.0-xml

参考:

报错:Class 'DOMDocument' not found 解决