Installing Memcache on xammp for mac

1

How can I install PHP Memcache on my Mac? I use Xampp and need this feature ..

    
asked by anonymous 02.03.2015 / 19:28

1 answer

0

First of all, install the homebrew, MAC dependency manager, with this command:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

then run the command:

brew install memcached
    
02.03.2015 / 19:46