Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add php7-mbstring extension to fix composer installation #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 28, 2016

  1. Add php7-mbstring extension to fix composer installation

    Without this extension, running build.rb on OS-X fails with:
    
    Step 2 : RUN curl -sS https://getcomposer.org/installer | php
     ---> Running in b918100ad154
    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 iconv OR mbstring extension is required and both are missing.
    Install either of them or recompile php without --disable-iconv
    svemir committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    56d63fc View commit details
    Browse the repository at this point in the history