编译Composer时出错



我正在运行cPanel,我想安装Composer。我试图安装它,但在运行时发现了一个错误

root@server [/bin]# php installer --check
Some settings on your machine may cause stability issues with Composer.
If you encounter issues, try to change the following:
PHP was compiled with --with-curlwrappers which will cause issues with HTTP authentication and GitHub.
Recompile it without this flag if possible

我可以安全地忽略这个错误吗?我将来会遇到什么问题?

不需要总是(重新)编译PHP。对我来说,安装php5-curl并重新启动Apache:就足够了

$ sudo apt-get install php5-curl
$ sudo /etc/init.d/apache2 restart

相关内容

  • 没有找到相关文章

最新更新