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 扩展
基础教程推荐
- Libpuzzle 索引数百万张图片? 2022-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在多维数组中查找最大值 2021-01-01