Site icon 时鹏亮的Blog

PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() 解决办法

请知悉:本文最近一次更新为 6年 前,文中内容可能已经过时。

出现报错:

PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string()

原因是你的PHP扩展少安装了xml,Linux下执行

yum/apt-get install php-xml -y

即可。


如您从本文得到了有价值的信息或帮助,请考虑扫描文末二维码捐赠和鼓励。

尊重他人劳动成果。转载请务必附上原文链接,我将感激不尽。


与《PHP Fatal error: Uncaught Error: Call to undefined function simplexml_load_string() 解决办法》相关的博文:

Exit mobile version