Add support for OpenSSL in PHP without recompiling

我们两清 提交于 2020-01-16 19:17:33

问题


Is this possible? I'm on Mac OSX.

I'm using a custom install already, with the Mac OSX default*ish* apache.


回答1:


I was able to do this by:

cd {php_dir}/ext/openssl

phpize ./configure make && make install

Restart apache



来源:https://stackoverflow.com/questions/7544805/add-support-for-openssl-in-php-without-recompiling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!