no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | memcache [2011/07/18 15:23] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== memcache ====== | ||
+ | ==== CentOS Install ==== | ||
+ | |||
+ | First, install development libraries that are dependencies: | ||
+ | |||
+ | < | ||
+ | yum install libevent-devel | ||
+ | </ | ||
+ | |||
+ | Download memcache tarball from website, and install as normal. | ||
+ | |||
+ | Install PECL module | ||
+ | |||
+ | < | ||
+ | |||
+ | Add this to php.ini, and restart Apache | ||
+ | |||
+ | < | ||
+ | extension=memcache.so | ||
+ | </ |