Amar Banerjee
Amar Banerjee

Reputation: 5012

Installing zend skeleton application

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?

Upvotes: 3

Views: 307

Answers (1)

user2941630
user2941630

Reputation:

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

;extension=php_openssl.dll

Upvotes: 1

Related Questions