PHP 7 simpleXML

前端 未结 9 1157
一整个雨季
一整个雨季 2020-12-14 05:19

I\'m testing PHP7, and have a weird issue after a recent update. SimpleXML should be enabled by default, and my phpinfo page shows that it is available:

9条回答
  •  爱一瞬间的悲伤
    2020-12-14 06:06

    Because Google led me here, on Ubuntu 20.04 this works in 2020:

    sudo apt install php7.4-xml
    

    If on Apache2, remember to restart (probably not necessary):

    sudo systemctl restart apache2
    

提交回复
热议问题