-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL extension for PHP #66
Comments
my phpinfo() tells this : i still have the issue in composer, but i'm wondering how phpinfo tells you must install openssl extension. |
Hi, any work around to fix this? thanks |
The issue here seems to be that php is compiled with a completely incorrect path for ssl. It may be possible to symlink in the correct files. In the end, I recompiled php54 with similar settings to those used initially by MNPP, but just compiling in openssl directly:
This worked for me. I can still use MNPP to take this process up and down, and fpm works. |
Hi there,
I know this may not be a bug but... How do I install openssl extension required by PHP to reach SSL urls with Phar.
I tried
brew install openssl
but that doesn't fix anything... How am I supposed to install openssl to use it with MNPP's PHP executable?You say openssl is included with the stack but I can't find it anywhere... Also phpinfo tells me that I have to install OpenSSL extension...
Thanks.
The text was updated successfully, but these errors were encountered: