[Composer] Problèmes à l'installation
Bonjour à tous,
Je m'essaie depuis quelques jours à l'usage de Symfony et je cherche à installer Composer sur mon ordinateur. Néanmoins cela s'avère visiblement impossible. Précision, j'ai un Mac et utilise donc MAMP.
Lorsque j'exécute en me plaçant dans le dossier htdocs de MAMP :
Code:
php -r "eval('?>'.file_get_contents('http://getcomposer.org/installer'));"
J'obtiens alors le message suivant :
Code:
1 2 3 4 5 6 7 8 9 10
| #!/usr/bin/env 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 detect_unicode setting must be disabled.
Add the following to the end of your `php.ini`:
detect_unicode = Off
A php.ini file does not exist. You will have to create one.
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. |
Quelqu'un pourrait m'expliquer le problème et comment le résoudre ?
D'avance merci,
MKP.