1
How can I install PHP Memcache on my mac? I use Xampp and need this feature..
1
How can I install PHP Memcache on my mac? I use Xampp and need this feature..
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
Browser other questions tagged php
You are not signed in. Login or sign up in order to post.
ta, and then???
– Vinícius Lara
Your question was how to install memcached and not how to use.
– Erick Leandro