Installation and memcache of PHP memcache extensions under Windows are up-to-date
Memcached for Windows. (memcached itself does not have a Windows version)
If you can not download the above, go: http://splinedancer.com/memcached-win32/Download the latest version of Windows Memcache files;
windows :
1. After downloading good memcached, unzip and put under a disk, for example, in C:\MEMCACHED
2. Enter ' c:\memcached\ ' on the terminal (also known as the cmd Command interface) memcached.exe-d install
3. Re-enter: ' c:\memcached\memcached.exe-d start ' starts. Note: memcached will start automatically every time a service is turned on for Windows. This way the server side is already installed.
4. Download Php_memcache.dll, please find the corresponding PHP version of the file
6. Restart Apache, Then look at the phpinfo, if there is memcache, then the installation is successful!
memcached :
-P Listening Port
-L connected IP address, default is native
-D Start memcached service
-D Restart Restart memcached service
-D Stop|shutdown Close the running memcached service
-D Install memcached service
-d Uninstall Uninstall memcached service
-U Run as (only valid when running as root)
-m maximum memory usage, in megabytes. Default 64MB
-M running out of memory and returning an error instead of deleting an item
-c Maximum number of simultaneous connections, default is 1024
-F Block size growth factor, default is 1.25
-N Minimum allocated space, key+value+flags default is 48
-H Display
Installation and memcache of PHP memcache extensions under Windows are up-to-date