PHP 7 simpleXML

前端 未结 9 1156
一整个雨季
一整个雨季 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:02

    ------------------in centos-------------------------

    find out which package provides php-xml:

     yum provides php-xml
    

    then from the output list,select the appropriate one, install

    yum install php70u-xml-7.0.14-2.ius.centos7.x86_64
    

提交回复
热议问题