php_memcache 服务扩展
memcachewin8x64php5.4.7测试通过(开发套件xampp1.8.1)配置如下:1、开启memcached服务,注意路径memcached.exe-dinstall(安装)memcached.exe-dstart(自动启动)2、调整php.ini增加如下内容extension=php_memcache.dll[Memcache]memcache.allow_failover=1memcache.max_failover_attempts=20memcache.chunk_size=8192memcache.default_port=11211测试代码:注意端口
用户评论
非常好的的资源,支持!!!!
加载没有成功,这个好像不适用php5.5版本的
可以用,正是所需要的啦
已另外渠道搞定了,不过还是谢谢无偿分享
5.4的win2008 x64不能用;还是谢谢
已配置成功谢谢提供!
5.3.13的 win8 x64 还是没法使用