You must enable the openssl extension to download files via https

前端 未结 13 2014
无人及你
无人及你 2020-11-28 02:38

I wanted to install Zend Framework 2. So I downloaded the skeleton application. As mentioned in the ZF2 manual, we have to issue the command



        
13条回答
  •  长情又很酷
    2020-11-28 03:34

    I also had the same issue while playing around Zend Framework 2 and composer. I'm using PHP 5.4 (installed via macports) and my solution was to install openssl for PHP 5.4 via macports as well.

    sudo port install php54-openssl
    

提交回复
热议问题