2014-04-01 146 views
1

我使用Windows 7 32 WAMP 2.4 & PHP 5.4.16作曲家不安裝在Windows 7上

我在WAMP擴展啓用OpenSSL和也php.ini這裏C:\wamp\bin\php\php5.4.16

啓用當我嘗試安裝作曲家我獲得以下位錯誤

Some settings on your machine make Composer unable to work properly. 
Make sure that you fix the issues listed below and run this script again: 
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 

我試圖禁用Windows防火牆仍然沒有工作

+1

您啓用了命令行PHP OpenSSL的呢? –

回答

3

問題在於您的PHP軟件包中沒有啓用SSL。要做到這一點,編輯php.ini並確保其加入:

extension=php_openssl.dll. 
2

轉到C:\ WAMP \ BIN \ PHP \ php5.4.12 和開放的php.ini文件 取消註釋以下移去擴展名 「;」線

extension=php_openssl.dll 
extension=php_curl.dll 

的形式開始,並確保Windows防火牆是關閉

1

如果你已經嘗試使通過WAMP的open_ssl擴展接口,它可能無法正常工作。轉到命令提示符並鍵入path以找出PHP的路徑。進入該文件夾內,開闢php.ini和它說extension=php_openssl.dll.

讓我知道如何去行刪除; ...