I think Memcache has not been installed in windows 8. I suppose the following warning say this clearly:
Notice: Memcache::get() [memcache.get]: Server 127.0.0.1 (tcp 11211) failed with: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060) in C:\xampp\htdocs\framework\registry\cache.class.php on line 39
In phpinfo() I can see that it's been installed:
Is there any workaround for this to get it up and running?
In the command prompt I tried to install memcache as below:
memcached -d install
but got the following error:
failed to install service or service already installed
I've installed Memcache back in the time in windows XP.