Skip to content
Nikola Majksner edited this page Jul 19, 2014 · 8 revisions

Installation:

  1. Copy memcached.so to /Applications/MAMP/bin/php/php5.×.x/lib/php/extensions/no-debug-non-zts-200xxxxx (Channge 5.×.x to your PHP version)
  2. Add extension="memcached.so" to the end of php.ini (Open MAMP click on File → Edit Template → PHP → PHP 5.×.x php.ini) (Channge 5.×.x to your PHP version)
  3. Restart MAMP.

Dependencies:

  1. memcached $ brew install memcached
  2. libmemcached $ brew install libmemcached
Clone this wiki locally