PHP7.3报错undefined function simplexml_load_string()

一般这种情况都是因为php扩展模块没有安装simplexml导致的,我这里用的是php版本是7.3.24,安装方法是

yum install php73-php-simplexml //安装simplexml
systemctl restart php73-php-fpm  //重启php

如果是其他版本可相对应的替换73
然后打印phpinfo()看到有下图模块,则问题已解决

image.png

你可能感兴趣的:(PHP7.3报错undefined function simplexml_load_string())