gpt4 book ai didi

php - 找不到类 'Memcache' & PHP

转载 作者:IT王子 更新时间:2023-10-29 00:07:20 28 4
gpt4 key购买 nike

我通过阅读 this article 安装了 memcached在 Windows7 上,但不幸的是我不断收到错误 Fatal error: Class 'Memcache' not found in D:\xampp\htdocs\test\memcache\test.php on line 2

第 2 行:$memcache = new Memcache;

Win7 64,已安装 Xampp。我在命令行上使用 net start "memcached Server" 但它说服务已经启动。

一些可能有帮助的其他信息;

在 php.ini 文件中:

extension=php_memcache.dll

[Memcache]
memcache.allow_failover = 1
memcache.max_failover_attempts=20
memcache.chunk_size =8192
memcache.default_port = 11211

更新:phpinfo();显示 dll 未加载。到目前为止尝试了几个不同的 dll 文件,但没有用。 dll 也位于正确的位置。它看起来位于正确的文件夹中。

(P.S. 有些人可能认为关于这个主题可能有重复,但是 there is only 1 person 谁遵循了相同的说明并且在 SO 中有相同的错误。自 3 月以来这个问题没有答案或解决方案。)

最佳答案

我找到了适用于 PHP 5.4.4 的工作 dll 文件

我不知道它们有多稳定,但它们确实可以工作。致this link .

http://x32.elijst.nl/php_memcache-5.4-nts-vc9-x86.zip

http://x32.elijst.nl/php_memcache-5.4-vc9-x86.zip

It is the 2.2.5.0 version, I noticed after compiling it (for PHP5.4.4).

请注意,它不是 2.2.6,但可以工作。我还将它们镜像到我自己的 FTP 中。镜像链接:

http://mustafabugra.com/resim/php_memcache-5.4-vc9-x86.ziphttp://mustafabugra.com/resim/php_memcache-5.4-nts-vc9-x86.zip

关于php - 找不到类 'Memcache' & PHP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11883378/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com