utf8_(en|de)code removed from php7?

后端 未结 7 1431
一整个雨季
一整个雨季 2020-12-01 13:52

I recently switched to PHP 7 on my development server, which has worked just fine - until now.

Since I updated to PHP 7.0.3-10+deb.sury.org~trusty+1 (ea

7条回答
  •  北海茫月
    2020-12-01 14:17

    I had the same problem. Just install php7.0-xml package. Ubuntu 16.04:

    sudo apt-get install php7.0-xml
    

    Edit: Restart apache2 to load the new package.

提交回复
热议问题