Chinaunix首页 | 论坛 | 博客
  • 博客访问: 654629
  • 博文数量: 198
  • 博客积分: 4256
  • 博客等级: 上校
  • 技术积分: 1725
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-15 13:12
文章分类

全部博文(198)

文章存档

2012年(12)

2011年(39)

2010年(135)

2009年(12)

我的朋友

分类: LINUX

2010-06-22 10:08:46

ubuntu 安装php memcache扩展:

 

sudo apt-get install php5-memcache

 

安装完成之后可以看到/etc/php5/conf.d 目录下面memcache.ini 内容如下:

 

root@inner:/etc/php5/conf.d# cat /etc/php5/conf.d/memcache.ini 

; uncomment the next line to enable the module

extension=memcache.so

 

[memcache]

memcache.dbpath="/var/lib/memcache"

memcache.maxreclevel=0

memcache.maxfiles=0

memcache.archivememlim=0

memcache.maxfilesize=0

memcache.maxratio=0


phpinfo中可以看到如下信息:

 

阅读(1151) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~