下载地址:http://pecl.php.net/package/memcache
[root@localhost ~]# tar -zxv -f memcache-3.0.8.tgz
[root@localhost ~]# cd memcache-3.0.8
[root@localhost memcache-3.0.8]# /usr/local/php/bin/phpize
[root@localhost memcache-3.0.8]# ./configure -enable-memcache --with-php-config=/usr/local/php/bin/php-config --with-zlib-dir
[root@localhost memcache-3.0.8]# make
[root@localhost memcache-3.0.8]# make install
php 的相关路径请以实际安装的为准