Expand Installation and Commissioning methods:
Write debug PHP files <?php memcache (); Execute the test through the command line, because PHP expansion installation is not related to Apache, so there is no need to constantly restart Apache to see Phpinfo ();
Also found that when the PHP extension file does not match, Wamp not error, the command line execution will be error.
Wamp configuration Memcache said it was sad.
1. The most important step in installing the extension is to download the correct version of the DLL file, and ensure that the path to Extension_dir in php.ini is correct, attached: the integrated environment, such as Wamp real php.ini in the Apache/bin directory, Need to confirm where a valid php.ini file is
2. Php_memcache.dll Http://www.tanbo.name/wp-content/uploads/2012/12/php_memcache.dll_.zip, which contains php5.2, php5.3, php5.4 the Php_memcache.dll file.
Native information from Phpinfo to PHP Extension build:api20100525,ts,vc9
PHP beta version: 5.2.5, 5.3.13, 5.4.3
3. After restarting the server, if Memcache appears in the Phpinfo, it succeeds or fails.
4. If it fails, confirm that the first step is really no problem, and then re-download the Php_memcache.dll file by Google search keyword php_memcache-5.3-vc6-x86 (replace with your corresponding version and PHP Extension build information)
Report:
Win under Install Memcache
1. Download memcached Windows stable version, unzip and put under a disk, such as in C:memcached, (click here to download memcached)
2. Enter the ' c:memcachedmemcached.exe-d install ' installation in the terminal (also known as the cmd Command interface)
3.c:memcachedmemcached.exe-d start Memcache
Memcache Related Information http://code.jellycan.com/memcached/
Install php5.2.*,php5.3.*,php5.4.* version of Memcache Extension (RPM) under Windows