How can I install PHP Memcache on my Mac? I use Xampp and need this feature ..
How can I install PHP Memcache on my Mac? I use Xampp and need this feature ..
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