在Windows環境下安裝Composer(注:Composer要求PHP版本在5.3.2+),你可能會遇到這種安裝失敗的情況:出錯信息是 "The openssl extension is missing, which will reduce the security and stability of Composer. If possible you should enable it or recompile php with --with-openssl" ,大意就是你的PHP缺少openssl擴展。
在php的安裝目錄比如說C:\wamp\bin\php\php5.3.3\中,找到找個目錄下的php.ini文件,然後去掉 extension=php_openssl.dll 這一行開頭的注釋,之後就可以順利安裝Composer了。