Memcache在xampp中不起作用。找不到“Memcache”类

时间:2011-05-03 17:55:54

标签: php apache memcached xampp

我完全完成了这里写的所有内容:http://www.leonardaustin.com/technical/how-to-install-memcached-on-xampp-on-windows-7

我现在在任务管理器中看到memcache服务器正在运行,我刷新了apache等等,但我仍然收到错误Class 'Memcache' not found

我该怎么办?也许教程中有错误?

我在Vista 32上

4 个答案:

答案 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)

确保您的PHP在x86或x64中,(不是您的Windows) On this screen, php_info() tells Windows is 64bit, but PHP is on x86, so you should choose x86 dll

在这个屏幕上,php_info()告诉Windows是64位,但PHP是在x86上,所以你应该选择x86 dll
选择正确的包下载和安装应解决您的问题