[root@php ~]# cd ./php-5.6.7/ext/mysqli/
2、用phpize生成配置文件
[root@php pcntl]# phpize
[root@php pcntl]# ./configure
3、make && make install安裝
[root@php no-debug-non-zts-20131226]# ls
bcmath.so gd.so opcache.a mysqli.so
calendar.so mcrypt.so opcache.so pdo_mysql.so
curl.so memcache.so openssl.so posix.so
4、php.ini配置加載mysqli.so擴展
extension=/usr/local/lib/php/extensions/no-debug-non-zts-20131226/mysqli.so
5、重啟php-fpm,瀏覽器查看phpinfo.