PHP7安装mysql扩展1.下载mysql扩展http://git.php.net/?p=pecl/database/mysql.git;a=summary2.解压后并使用phpize工具初始化(phpize一般在php安装目录/bin/下面)在扩展解压后的文件夹里执行/www/server/php/71/bin/phpize3.进行configure./configure --with-php-config
phplinux下安装xml扩展1、进入PHP安装源码包,找到ext下的ftp,进入cd /home/local/php-5.6.25/ext/xml2、第二步/usr/local/php/bin/phpize3、第三步./configure --with-php-config=/usr/local/php/bin/php-config4、第四步make && make in