您的位置:首页 > 数据库 > Memcache

Linux下安装memcache PHP扩展

2016-07-09 19:10 501 查看
[root@centos memcache-2.2.4]# wget http://pecl.php.net/get/memcache-2.2.4.tgz 
[root@centos memcache-2.2.4]# tar -zxvf memcache-2.2.4.tgz

[root@centos memcache-2.2.4]# cd memcache-2.2.4

[root@centos memcache-2.2.4]# phpize

[root@centos memcache-2.2.4]# ./configure --with-php-config=/usr/local/php/bin/php-config

[root@centos memcache-2.2.4]# make && make install

//php.ini 添加memcache扩展
extension=/usr/local/php/lib/php/extensions/no-debug-non-zts-20121212/memcache.so


  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: