the php documentation for memcache and memcached shows up as two different libraries... I have downloaded the following;
http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/php_memcache-3.0.8-5.5-ts-vc11-x86.zip
This is the windows binaries for memcache
library which the documentation is here: http://uk1.php.net/manual/en/book.memcache.php
and There is also a library for Memcached: http://uk1.php.net/manual/en/book.memcached.php
So is there a valid windows binary which runs with php5.5 which enables memcached, as from reading the documentation.. This library offers more expandability
I have looked over: https://serverfault.com/questions/63383/memcache-vs-memcached about the possibilities aswell, there is no specifics on how to enable this library within php