I can only find php_memcache.dll
,can't find php_memcached.dll
after searching for several hours...
You can try this: memcached-client
from https://github.com/fwolf/memcached-client:
"As there has no php memcached extension for windows now, it's difficult to build develop envionment, so this class will be helpful.
Inspried by: http://github.com/joonas-fi/xslib-memcached"
Usage:
Just as php_memcached extension, new Memcached object and etc.
$m = new Memcached();
$m->addServer('localhost', 11211);
$m->set('foo', 'bar');
$m->get('foo');
Supported method:
addServer
addServers
delete
get
getOption
getResultCode
getResultMessage
getServerList
set
setOption
setOptions
Trail of links from the manual page in reverse chronological order:
http://libmemcached.org/
http://tangent.org/
https://github.com/andreiz/php-memcached
http://pecl.php.net/package/memcached
http://www.php.net/manual/en/memcached.installation.php
There's a broken link to http://tangent.org/552/libmemcached.html in between that somebody should update though.
Seems like only the source code is available and you'll have to compile it yourself.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With