-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Nikola Majksner edited this page Jul 19, 2014
·
8 revisions
- 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.
- memcached
$ brew install memcached
- libmemcached
$ brew install libmemcached