#cd /usr/src/php-5.3.6/ext/mbstring(php安装目录)
#/usr/local/php/bin/phpize
#./configure --with-php-config=/usr/local/php/bin/php-config(php-config路径)
#make && make install
#service php-fpm restart
#/usr/local/php/bin/phpize
#./configure --with-php-config=/usr/local/php/bin/php-config(php-config路径)
#make && make install
#service php-fpm restart