Skip to content
majksner edited this page Sep 7, 2012 · 8 revisions

Installation:

  • 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)
  • 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) Restart MAMP.

Dependencies:

  1. memcached (brew install memcached)
  2. libmemcached (brew install libmemcached)
Clone this wiki locally