Skip to content

Instantly share code, notes, and snippets.

@bizonix
Last active August 29, 2015 14:22
Show Gist options
  • Save bizonix/806ae61bbd7bbd0663f8 to your computer and use it in GitHub Desktop.
Save bizonix/806ae61bbd7bbd0663f8 to your computer and use it in GitHub Desktop.
how to use pecl in mamp
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