首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >PHP composer安装出现错误"??+?“

PHP composer安装出现错误"??+?“
EN

Stack Overflow用户
提问于 2016-01-25 01:00:55
回答 1查看 155关注 0票数 0

当我尝试安装PHP composer时,我得到了以下输出。你知道哪里出问题了吗?

代码语言:javascript
复制
[user temp]$ curl -s https://getcomposer.org/installer | php -d detect_unicode=Off -d suhosin.executor.include.whitelist=phar
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

Downloading...

Composer successfully installed to: /home/user/temp/composer.phar
Use it: php composer.phar

[user temp]$ php composer.phar install
??+?[user temp]$ 
EN

回答 1

Stack Overflow用户

发布于 2016-01-25 01:51:25

修复了这个问题,这是一个权限问题!它在Jailshell中不起作用。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34978680

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档