当前位置:网站首页>Php7.3 error undefined function simplexml_ load_ string()

Php7.3 error undefined function simplexml_ load_ string()

2022-06-22 23:22:00 Juqi

Generally, this is because php The expansion module is not installed simplexml As a result of , What I use here is php The version is 7.3.24, The installation method is

yum install php73-php-simplexml // install simplexml
systemctl restart php73-php-fpm  // restart php

If it is another version, it can be replaced correspondingly 73
And then print phpinfo() See the following module , Then the problem has been solved

 Insert picture description here

原网站

版权声明
本文为[Juqi]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206222055328737.html