我需要在我的开发服务器上安装 memcache,
我在 Windows 上使用 Xampp
我读过一些网站说你在我已经完成的 xampp 的 php.ini 文件中取消注释这些行
extension=php_memcache.dll
[Memcache]
memcache.allow_failover = 1
memcache.max_failover_attempts=20
memcache.chunk_size =8192
memcache.default_port = 11211
然后它说:
然后前往 Jellycan Code http://code.jellycan.com/memcached/并下载Windows memcached 端口(二进制)。此时您应该能够启动 .exe 并运行上面的示例代码。
我已经完成了这一切,我无法在 memcache 包中处理单个 .exe 文件,我尝试下载所有 memcache 包并检查它们,但找不到任何 exe 文件,我认为我在搜索时没有忽略它结果为 0 的文件夹。
此外,我读过的关于如何在 xampp 上安装 memcache 的每个站点都给出了相同的指示,请帮助某人
code.jellycan.com/files/memcached-1.2.6-win32-bin.zip包含一个
.exe
文件,实际上它只包含一个.exe
文件?