The windows setup of composer says:
"The openssl extension is missing, which means that secure HTTPS transfers are impossible.
If possible you should enable it or recompile php with --with-openssl"
The line for extension is not commented in php.ini:
extension=php_openssl.dll
Also phpinfo() says:
"SSL Version OpenSSL/1.0.1e"
Under Phar it says:
"OpenSSL support disabled (install ext/openssl)"
I guess that is the reason why composer complains, but how can I change this value to "enabled"? In php.ini it seems to be enabled.
Thanks in advance,
Armin
"The openssl extension is missing, which means that secure HTTPS transfers are impossible.
If possible you should enable it or recompile php with --with-openssl"
The line for extension is not commented in php.ini:
extension=php_openssl.dll
Also phpinfo() says:
"SSL Version OpenSSL/1.0.1e"
Under Phar it says:
"OpenSSL support disabled (install ext/openssl)"
I guess that is the reason why composer complains, but how can I change this value to "enabled"? In php.ini it seems to be enabled.
Thanks in advance,
Armin