cd 解压目录
phpize
./configure && make && make install
不报错可以用上面方法编译
报错“ --with-php-config”用下面方法编译
./configure --with-php-config=/www/server/php/80/bin/php-config && make && make install