First of all I realize this may be a possible duplicate, but I've looked at the other thread and that does not resolve my issue.
Basically I'm trying to install Zend Framework 2 and am trying the following command on a WAMP stack setup:
php composer.phar install
I get an error (You must enable the openssl extension to download files via https) which I have tried the following for:
- From the WAMP UI, changed the php.ini line 'extension=php_openssl.dll'
- From the WAMP UI, confirmed that php_openssl has a tick next to it
- Changed both php.ini files in wamp\bin\php\php.5.4.12 (one is called development and the other production) with the line 'extension=php_openssl.dll'
Still, it produces the same error.