./configure –with-openssl –with-php-config=/usr/local/bin/php-config
make
make test
PHP.ini中加入extension=openssl.so
./configure –with-openssl –with-php-config=/usr/local/bin/php-config
make
make test
PHP.ini中加入extension=openssl.so
转载于:https://www.cnblogs.com/myphper/p/3760658.html