utf8_(en|de)code removed from php7?

后端 未结 7 1427
一整个雨季
一整个雨季 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:23

    In Ubuntu 16.04 LTS, with php 5.6, try:

    sudo apt-get install php5.6-xml
    sudo service apache2 restart
    

提交回复
热议问题