PHP 7 simpleXML

前端 未结 9 1177
一整个雨季
一整个雨季 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 05:45

    For Alpine (in docker), you can use apk add php7-simplexml.

    If that doesn't work for you, you can run apk add --no-cache php7-simplexml. This is in case you aren't updating the package index first.

提交回复
热议问题