Windows 8にはMemcacheがインストールされていないと思います。次の警告がこれを明確に示していると思います:
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
phpinfo() で、インストールされていることがわかります。
これを起動して実行するための回避策はありますか?
コマンド プロンプトで、以下のように memcache をインストールしようとしました。
memcached -d install
しかし、次のエラーが発生しました:
failed to install service or service already installed
Windows XP の当時に Memcache をインストールしました。