3

I am trying to install Zend Skeleton Application in my Wamp on windows 7 operating system. I have followed the following link on youtube to install the Zend http://www.youtube.com/watch?v=41-qEbpG2XQ . Everything goes well, but at the end when I'm trying to install zend from composer.

php composer.phar

It is throwing an exception " You must enable openssl extension to download files vi https" . But I have enabled openssl from php.ini. What can I try next to install it successfully?

janenz00
  • 3,315
  • 5
  • 28
  • 37
Amar Banerjee
  • 4,992
  • 5
  • 34
  • 51
  • 1
    duplicate: http://stackoverflow.com/questions/14291151/you-must-enable-the-openssl-extension-to-download-files-via-https – Daniele Vrut Oct 31 '13 at 16:46

1 Answers1

1

Please check your wamp/bin/php/php{version}/php.ini di and try to uncomment the line

;extension=php_openssl.dll