一.编译安装
1.下载源码
1 2 3 4 |
phpize ./configure --with-php-config=/www/server/php/72/bin/php-config --enable-http2 --enable-openssl --with-openssl-dir=/usr/local/openssl make make install |
with-php-confi需要换成自己对应的php-config路径
with-openssl-dir 需要换成自己对应的openssl路径