Skip to content

Instantly share code, notes, and snippets.

@allex
Created August 22, 2013 15:32
Show Gist options
  • Save allex/6308762 to your computer and use it in GitHub Desktop.
Save allex/6308762 to your computer and use it in GitHub Desktop.
compiler php extenssions for specific php version
allex@allex-tabletop ../ext/mbstring>
cd /Users/allex/Downloads/php-5.5.1/ext/
/usr/local/php5/bin/phpize && ./configure --with-php-config=/usr/local/php5/bin/php-config && make clean && make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment