Install PHP Extensions: memcache steps under Windows
1. Download the PHP extension dll:http://downloads.php.net/pierre/
(If the above directory does not conform to your PHP compiled version of the DLL to go to Google, there will be a lot of Oh!)
Here is the version I installed (because my PHP is VC6 compiled):
2. Put the downloaded. dll into the PHP extension directory, usually in the Ext folder in the PHP directory.
3. Modify the php.ini in the Bin folder of the Apache directory, plus Extension=php_memcache.dll.
4. Restart the Apache server, using Phpinfo () to view, the Memcache instructions appear correctly configured.
It is worth noting that:
You must pay attention to the compiled version of PHP, when downloading memcache note to use the same compiled version, such as PHP is compiled with VC6, then memcache should also use VC6 compiled version.
The above describes the memcached PHP 535 installation memcache Note Summary, including the memcached aspects of the content, I hope that the PHP tutorial interested in a friend helpful.