我完全完成了这里写的所有内容:http://www.leonardaustin.com/technical/how-to-install-memcached-on-xampp-on-windows-7
我现在在任务管理器中看到memcache服务器正在运行,我刷新了apache等等,但我仍然收到错误Class 'Memcache' not found
。
我该怎么办?也许教程中有错误?
我在Vista 32上
答案 0 :(得分:3)
该错误表示未加载memcache扩展名。确保php.ini中的"extension=php_memcache.dll"
指向文件的实际位置,然后重新启动httpd服务器。
答案 1 :(得分:2)
我刚刚下载了最新版本的XAMPP,它确实有效。所以,不要忘记更新到最新版本的XAMPP。
答案 2 :(得分:2)
我在3个小时内遇到了同样的问题。我终于为VC6而不是9安装了DLL,效果很好。适用于Windows 7,32bit。 file:php_memcache-cvs-20090703-5.3-VC6-x86
答案 3 :(得分:0)