Linux下PHP添加openssl扩展

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下PHP添加openssl扩展相关的知识,希望对你有一定的参考价值。

安装php成功后,进入 PHP 的源码包

#cd /usr/local/src/php-5.6.8

进入openssl扩展模块的目录

#cd ext/openssl

在当前目录下执行

mv config0.m4   config.m4

#/usr/local/php/bin/phpize //这里为你自己的phpize路径,如果找不到,可以用whereis phpize查找

#./configure --help |grep openssl 查看安装openssl扩展需要的相关选项

#./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config 描红的是安装每个扩展的必选项

#make

#make install


本文出自 “marks” 博客,请务必保留此出处http://2477785.blog.51cto.com/2467785/1921165

以上是关于Linux下PHP添加openssl扩展的主要内容,如果未能解决你的问题,请参考以下文章

LINUX下PHP编译添加相应的动态扩展模块so(不需要重新编译PHP,以openssl.so为例)

linux php添加openssl扩展

linux环境下安装PHP的OpenSSL扩展

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

php升级openssl扩展,swoole升级openssl扩展,linux安装openssl版本

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