本文介绍了Windows上的PHP7的Memcache吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人知道Windows上支持PHP7的Memcache版本吗?
Does any one know about a Memcache version that supports PHP7 on Windows?
Memcache非常适合PHP 5.6(在Windows上),但我找不到适用于PHP7的版本.
Memcache is working great for PHP 5.6 (on Windows), but I cannot find the version for PHP7.
推荐答案
请为 php7.0.x,php7.1.x,php7.2.x 找到php_memcache.dll. https://github.com/nono303/PHP7-memcache-dll
Please find php_memcache.dll for php7.0.x, php7.1.x, php7.2.xhttps://github.com/nono303/PHP7-memcache-dll
- vc14 & vc15
- x86 & x64
- ts & nts
- vc14 & vc15
- x86 & x64
- ts & nts
这篇关于Windows上的PHP7的Memcache吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!