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扩展的主要内容,如果未能解决你的问题,请参考以下文章

php添加openssl扩展

linux已经安装openssl,如何重新编译php支持openssl模块

linux环境下不编译php增加open ssl扩展

ubuntu编译openssl遇到的问题

LAMP-php动态扩展模块安装

如何知道 php zip 扩展是不是已经安装?如何在 Linux 中重新编译 PHP? [关闭]