1

我试图在 MAMP 上启用 ssl 扩展以使 sylius(symfony2 包)正常工作。但是当扩展被启用时,作曲家开始行为不端,说没有安装 ssl 扩展......

我按照本教程安装 ssl 扩展: http ://soundsplausible.com/2012/01/14/enable-ssl-in-mamp-2-0-5/

在遵循本教程之前,我的作曲家工作正常。现在,我收到此错误:

Some settings on your machine may cause stability issues with Composer.

=======================================
If you encounter issues, try to change the following:
=======================================
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
======================================

我试图取消我已经完成的 ssl 安装,但它不起作用。

4

1 回答 1

0

我只是将文件从给定的 url 复制到 php bin 文件夹的当前目录:

copy('https://getcomposer.org/installer','c:\mamp\bin\php\php5.6.8\composer.phar');

它奏效了。

于 2015-08-10T20:23:30.983 回答