0

CloudLinux サーバーに ssh を介して composer をインストールしましたが、??? が返されます。使用時。でインストールしました

curl -s getcomposer.org/installer | php -d detect_unicode=Off

私のサーバーには明らかにdetect_unicode=On

これは基本的に、入力時に吐き出す方法ですphp composer.phar

????username@myserver.com [~/public_html/somefolder]

私は何かを忘れましたか?これはのせいですdetect_unicodeか?

4

1 に答える 1

0

これは、detect_unicode が原因です。ほとんどの場合、この設定をオンにする必要はなく、有効にすると phar の処理が台無しになります。

于 2012-11-27T12:20:12.467 に答える