The implementation process of installing memcache under win7!
Since in the URL:
http://pecl.php.net/package/memcache/3.0.8/windows
The related version of DLL extension of PHP5.2 in the Windows environment cannot be downloaded, as shown in the figure:
Finally re-search for a URL:http://museum.php.net/php5/,在其中下载的文件为:
PECL-5.2.6-Win32.zip
(Because ISAPI is used to execute php, so I chose the thread safe version, which is like this in httpd.conf: loadmodule php5_module c:/php/php5apache2_2.dll is the NS method!) Copy php_memcache.dll to the ext directory of php, then load php_memcac in php.ini He.dll, that is, insert extension=php_memcache.dll, restart apache, that's it! Screenshot:

