Install PHP-MemCache Module On CentOS 5.0 + RHEL
January 17, 2009 | In: Apache, Installation, PHP
Download wget http://pecl.php.net/get/memcache-2.1.2.tgz tar -zxf memcache-2.1.2.tgz cd memcache-2.1.2 phpize && ./configure --enable-memcache make make install This should create memcache.so in your extenstion directory...




