php 不重新编译增加openssl扩展
Posted brady-wang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 不重新编译增加openssl扩展相关的知识,希望对你有一定的参考价值。
安装openssl和开发包
yum install openssl openssl-devel
跳转到PHP源码下的openssl
cd /usr/local/src/php-5.5.27/ext/openssl/
改文件名
cp config0.m4 config.m4
执行phpize
/usr/local/php/bin/phpize
make编译安装
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
修改php.ini
extension=openssl.so
以上是关于php 不重新编译增加openssl扩展的主要内容,如果未能解决你的问题,请参考以下文章