centos -- 安装php环境

memcache安装
   安装服务器端 yum install memcached 
   安装客户端 
   wget http://pecl.php.net/get/memcache-3.0.6.tgz   
   tar -xzvf memcache-3.0.6
   ./configure --enable-memcache --with-php-config=/usr/bin/php-config    --with-zlib-dir
   另参见: http://zbylovecool.blog.51cto.com/2515860/658008


kestrel[redis] 的安装方法见:http://myceo.blog.51cto.com/2340655/757584

你可能感兴趣的:(PHP,centos,linux安装环境)