在 PHP 中添加对 OpenSSL 的支持,无需重新编译
这可能吗?我用的是 Mac OSX。
我已经使用自定义安装,Mac OSX 默认*ish* apache。
Is this possible? I'm on Mac OSX.
I'm using a custom install already, with the Mac OSX default*ish* apache.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以通过以下方式做到这一点:
cd {php_dir}/ext/openssl
phpize
./配置
制作&& make install
重启apache
I was able to do this by:
cd {php_dir}/ext/openssl
phpize
./configure
make && make install
Restart apache