Install Composer for PHP with detect_unicode = Off as a php.ini file does not exist

If you are having problems installing Composer, using the method mentioned on their website: curl -s https://getcomposer.org/installer | php You may get an error like the following (which will be because PHP CLI may have a different php.ini or not be present at all) #!/usr/bin/env php Some settings on your machine make Composer unable to … Continue reading Install Composer for PHP with detect_unicode = Off as a php.ini file does not exist