First, install Memcache:
1. Version:5.3 Thread Safe (TS) x86
2.:
Memcache extension: http://pecl.php.net/package/memcache/3.0.8/windows
Memcache Server: http://blog.couchbase.com/memcached-144-windows-32-bit-binary-now-available
3. Installation directory:
Extended installation directory: D:\Wamp\php-5.3.10\ext
Server installation directory: D:\Plugin\MemCache
4. Configuration:
? Unzip the Php_memcache-3.0.8-5.3-ts-vc9-x86.zip and copy the Php_memcache.dll to the D:\Wamp\php-5.3.10\ext directory. Open php.ini
1 ;;;;;;;;;;;;;;;;;;;;;; 2 ; Dynamic Extensions; 3 ;;;;;;;;;;;;;;;;;;;;;; 4 5 # add Memcache extension 6 Extension=php_memcache.dll
Unzip the Memcached-win32-1.4.4-14.zip, rename memcached-win32-1.4.4-14 to memcached-1.4.4, and copy it to D:\Plugin\ in the MemCache directory
? Restart the httpd server:
? Start the memcached server:
1 C:\Users\Yun2 λd:3 4 D:5ΛCD plugin\memcache\memcached-1.4.46 7D:\Plugin\MemCache\memcached-1.4.48Λmemcached.exe-dInstall9 TenD:\Plugin\MemCache\memcached-1.4.4 OneΛmemcached.exe-m +-D Start
? memcached server running effect:
Second, the reference:
1, Http://zurmo.org/wiki/installing-memcache-on-windows
2, http://blog.snsgou.com/post-225.html
Installing Memcache extensions to PHP in Wamp environment