Created
December 8, 2012 20:31
-
-
Save omares/4241786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21:29:41] [satis]$ curl -s https://getcomposer.org/installer | php -- --check | |
#!/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 | |
The php.ini used by your command-line PHP is: /usr/local/etc/php/5.3/php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment