Install Memcache in xammp for mac

Asked

Viewed 32 times

1

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

1 answer

0

First of all, install 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
  • ta, and then???

  • 1

    Your question was how to install memcached and not how to use.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.