简体   繁体   English

在 silex、Symfony PHP 上找不到“Memcached”类错误

[英]Class 'Memcached' not found error on silex, Symfony PHP

I have a silex, Symfony PHP project, it uses Memcached.我有一个 silex,Symfony PHP 项目,它使用 Memcached。 It runs fine on Linux.它在 Linux 上运行良好。 I am having trouble getting this working on my Win7 64 bit machine.我无法在我的 Win7 64 位机器上运行它。 I get the following error我收到以下错误

Class 'Memcached' not found

I have the memcached server up and running.我已经启动并运行了 memcached 服务器。 If anybody could point out where I can download the memcached.dll, It will be great.如果有人能指出我在哪里可以下载 memcached.dll,那就太好了。

I can then load it as an extension in my php.ini file.然后我可以将它作为扩展加载到我的 php.ini 文件中。

Thanks in advance.提前致谢。

PS: I already have the memcache.dll, I am looking for memcahced.sll PS:我已经有memcache.dll了,我在找memcahced.sll

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM