Memcached (not memcache) PHP extension on Windows(Windows 上的 Memcached(不是 memcache)PHP 扩展)
问题描述
我似乎找不到 PHP 的 MemcacheD 扩展.
I can't seem to find the MemcacheD extension for PHP.
php_memcache.dll有几个编译,但不一样.
There are a few compilations of php_memcache.dll, but that's not the same.
我缺少的主要是 getMulti(),它没有'在 Memcache 中不存在.
The main thing I'm missing is getMulti(), which doesn't exist in Memcache.
到目前为止我找到了这个,但没有 DLL:
So far I found this, but there's no DLL:
http://pecl.php.net/package/memcached
推荐答案
官方 - 它不存在.不过,有几个人创建了自己的 DLL.这是一个创建 dll 的人的博客:
Officially - it does not exist. There are several people who have created their own DLL's though. Here is one person's blog who has created the dll:
http://trondn.blogspot.com/2010/07/libmemcached-on-win32.html
这里是包含源代码的存储库的链接,因此您可以为 memcached 构建自己的 DLL:
Here is a link to the repository with the source so you can build your own DLL for memcached:
http://bazaar.launchpad.net/~trond-norbye/libmemcached/mingw32/files
这篇关于Windows 上的 Memcached(不是 memcache)PHP 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Windows 上的 Memcached(不是 memcache)PHP 扩展


基础教程推荐
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- 将变量从树枝传递给 js 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- php中的PDF导出 2022-01-01
- php中的foreach复选框POST 2021-01-01