You must enable the openssl extension to download files via https

前端 未结 13 2031
无人及你
无人及你 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:14

    PHP CLI SAPI is using different php.ini than CGI or Apache module.

    Find line ;extension=php_openssl.dll in wamp/bin/php/php#.#.##/php.ini and uncomment it by removing the semicolon (;) from the beginning of the line.

提交回复
热议问题