Home :: Articles :: Programming :: Programming :: Memcached on Windows (xammp)
Memcached on Windows (xammp)
Install memcached as a service
- unzip binaries in your desired directory (eg. c:\xammp\memcached) - binaries download
- right click on memcached.exe ->Properties->Compatibility->Run this program as an administrator
- open command line (Run->cmd) and go to unziped directory (cd c:\xammp\memcached)
- memcached.exe -d install
- memcached.exe -d start
Install memcache PECL lib
- you can compile it with pecl install memcache
- OR you can download already complied version (use the right verison)
- put it in your php ext folder (eg. C:\xampp\php\ext)
- add extension=php_memcache.dll to your php.ini