简体   繁体   English

PHP composer安装给出错误“ ?? +?”

[英]PHP composer installation is giving error “??+?”

I'm getting the following output when trying to install PHP composer. 尝试安装PHP作曲家时,我得到以下输出。 Any ideas about what's wrong? 有什么问题的想法吗?

[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]$ 

Fixed the problem, it was a permissions problem! 解决了该问题,这是一个权限问题! It doesn't work within Jailshell. 它在Jailshell中不起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM