在Windows 7中安装Memcache(XAMPP)

我使用Windows 7,64位和PHP 5.3.5。

memcache在phpinfo中显示为:

Active persistent connections: 0
Version: 2.2.5
Revision: $Revision: 1.114 $ 

而且我也遇到连接错误Notice: Memcache::get() [memcache.get]: Server localhost (tcp 11211) failed

这就是我所做的:

1)我安装并运行了64位memcached服务:http://s3.amazonaws.com/downloads.northscale.com/memcached-win64-1.4.4-14.zip。

2)我将php_memcache.dll(https://thinkam.googlecode.com/files/php_memcache-cvs-20090703-5.3-VC6-x86.zip)复制到php / ext中。

3)我在php.ini中添加了extension = php_memcache.dll

4)我重新启动了XAMPP。

我可能会错过什么?

*更新*

Memcache似乎现在正在监听端口11211,但现在从我的应用程序中,我收到以下错误:

注意:Memcache :: get()[memcache.get]:服务器127.0.0.1(tcp 11211)失败,出现以下情况:连接尝试失败,因为连接方在一段时间后未正确响应,或者由于连接的主机没有回应。 (10060)


您必须在Windows Control Panel->Administration->Services运行memcached server


运行path/memcache.exe -d start并确保启动了memcache


作为@Gigala在评论中说,你可以从这里http://windows.php.net/downloads/pecl/releases/memcache/3.0.8获得不同的php版本的另一个php_memchace.dll。

按照下面的例子下载php版本的扩展:

php_memcache-3.0.8-5.3-nts-vc9-x86.zip“5.3”必须是你的php版本

这对我有用

链接地址: http://www.djcxy.com/p/18281.html

上一篇: Installing memcache in Windows 7 (XAMPP)

下一篇: Modulo of multiplication of large numbers