Windows 上的 Memcached(不是 memcache)PHP 扩展

Memcached (not memcache) PHP extension on Windows(Windows 上的 Memcached(不是 memcache)PHP 扩展)
本文介绍了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 扩展的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Convert JSON integers and floats to strings(将JSON整数和浮点数转换为字符串)
in php how do I use preg replace to turn a url into a tinyurl(在php中,如何使用preg替换将URL转换为TinyURL)
all day appointment for ics calendar file wont work(ICS日历文件的全天约会不起作用)
trim function is giving unexpected values php(Trim函数提供了意外的值php)
Basic PDO connection to MySQL(到MySQL的基本PDO连接)
PHP number_format returns 1.00(Php number_Format返回1.00)