memcahe windows 7 x64 xampp 1.8.1

Started by tspaul, March 10, 2013, 12:56:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tspaul

newer memcached version.
Looks like it works better on the xampp 1.8.1



[attachment deleted by admin]

tspaul

#1
This will only work for xampp 1.8.1 for other xampp you need a different php_memcache.dll file.

unpack memcached.rar to the drive you installed xampp.
click start then type cmd right click and make sure start as administrator.
Install memcached as a service. Go to the memcached directory, type and run:
memcached -d install
memcached start

then open php.ini and add this where all the extensions are defined.

extension=php_memcache.dll
[Memcache]
memcache.allow_failover = 1 
memcache.max_failover_attempts=20 
memcache.chunk_size =8192 
memcache.default_port = 11211

open the xampp directory then php then ext for example D:\xampp\php\ext
unpack the php_memcache.dll there

restart apache and you got a working memcache.

[attachment deleted by admin]