PHP安装mbstring拓展

For those who have debian :
 sudo apt-get install php7.0-mbstring
Otherwise in centos (tested in centos 6.6)

sudo yum install php70w-mbstring

and as @mpen said you can activate it

sudo phpenmod mbstring