2

I'm running XAMPP 1.8.1 on Win Server 2008 R2 x64, and my PHP version is 5.4.7.

I've followed this with the installation, downloaded php_memcache-3.0.7-5.4-ts-vc9-x86.zip from here and also replaced the memcached service file from here.

The service is upped and the extension in php.ini is also added, but I still can't see the mod is enabled in phpinfo().

Any idea?

Community
  • 1
  • 1

1 Answers1

0

First check that memchaced service is running

telnet 127.0.0.1 11222 (install a telnet client If you don't have)

If it fails that means your memchaced build is not running.


For windows consider to move to couchbase with memchaced bucket. IMHO, That's the known best implementation.

Dasun
  • 3,244
  • 1
  • 29
  • 40
  • 1
    So with Couchbase, I think this might be a better link - http://www.couchbase.com/memcached Also a post to a related issue http://stackoverflow.com/questions/8896/memcached-on-windows-x64/9806441#9806441 – Mike Gifford Jul 31 '13 at 03:52