windows 上的 pecl memcached

发布于 2024-08-03 06:04:16 字数 173 浏览 2 评论 0原文

我使用的是 Windows XP SP3,需要通过 PECL 安装 php 类 libmemcached(不是 MEMCACHE)。但是,每次我尝试时,它都会告诉我找不到 memcached.dsp。

有没有办法通过 PECL 在 Windows 上安装 libmemcached?

I'm using Windows XP SP3 and I need to install libmemcached (NOT MEMCACHE), the php class, through PECL. However, every time I try to it tells me that it can't find memcached.dsp.

Is there a way to install libmemcached on windows through PECL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终陌 2024-08-10 06:04:16

您可以尝试从 Pierre 的服务器下载 php_memcache.dll : http://downloads.php.net/pierre/ (你会在 php_memcache-something.zip 中找到它)

这样,你就不必自己编译它了——这在 Windows 上通常不是那么容易......

还有已经编译了其他几个扩展,据我所知,它是 pecl4win.php.net< 的某种“替代品” /a> (至少对于几个扩展;但不是全部) 直到将扩展放在 windows.php.net

You can try downloading php_memcache.dll from Pierre's server : http://downloads.php.net/pierre/ (You'll find it inside php_memcache-something.zip)

That way, you won't have to compile it yourself -- which is not generally that easy on windows...

There are also several other extensions already compiled, there -- As I understand, it's some kind of "replacement" for pecl4win.php.net (at least for a couple of extensions ; not all of them, though) until extensions are put on windows.php.net

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文