linux 下 Composer 提示这个安装错误.百度不到解决结果.

浏览:3455 发布日期:2016/09/12 分类:ThinkPHP5专区
[root@iZ94jw77zwuZ web]# curl -sS https://getcomposer.org/installer | /usr/local/php/bin/php
Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The suhosin.executor.include.whitelist setting is incorrect.
Add the following to the end of your `php.ini` or suhosin.ini (Example path [for Debian]: /etc/php5/cli/conf.d/suhosin.ini):
suhosin.executor.include.whitelist = phar

The php.ini used by your command-line PHP is: /usr/local/php/etc/php.ini
If you can not modify the ini file, you can also run `php -d option=value` to modify ini values on the fly. You can use -d multiple times.
最佳答案
评论( 相关
后面还有条评论,点击查看>>