天天看点

php动态编译openssl过程

安装openssl软件省略

进入到php源码包

#cd /usr/local/src/php-5.3.5/ext/openssl 

#cp config0.m4 config.m4

# phpize 

#./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config 

# make && make install 

vi php.ini添加

extension=openssl.so

本文转自dongfang_09859 51CTO博客,原文链接:http://blog.51cto.com/hellosa/512024,如需转载请自行联系原作者