Frage

i've just installed composer through ssh on a CloudLinux server, and but it returns ??? when used. I installed it with

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

because my server apparently has detect_unicode=On

This is basicly how what it spits out when I type php composer.phar

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

Did I forget something? Is this because of detect_unicode?

War es hilfreich?

Lösung

It is because of detect_unicode. You most likely don't need this setting on, and having it enabled messed up the phar handling.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top