Last active
August 29, 2015 14:22
-
-
Save bizonix/806ae61bbd7bbd0663f8 to your computer and use it in GitHub Desktop.
how to use pecl in mamp
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
cd /tmp | |
wget http://php.net/get/php-5.5.23.tar.gz/from/this/mirror -O php-5.5.23.tar.gz | |
tar -zxf php-5.5.23.tar.gz | |
cd php-5.5.23 | |
./configure --prefix=/Applications/MAMP/bin/php/php5.5.23 | |
make install-headers | |
pecl install -a memcache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment