utf8_(en|de)code removed from php7?

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

    As the top voted answer did not work for me i found yet another package for php7 which (obvious by its name) fixed it for me

    sudo apt-get install php7.0-mbstring
    

提交回复
热议问题