I recently installed memcached with homebrew, I'm not entirely sure how to enable it on my PHP envirionment since I added extension=memcached.so
in /etc/php.ini
in Lion OS X.
Even I restarted apache too, nothing is still loaded.
If I call get_loaded_extensions()
, I do not see memcached in the list, how can I enable it when installed from homebrew?
EDIT:
What I did in Terminal was:
$ brew install memcached
It installed just fine, now I went to /etc/php.ini
and appended:
extension=memcached.so