Install Apache, PHP, and MySQL
The versions I use are Apache 2.2.3, PHP 5.2.5, and MySQL 5.0.
Download memcache for Windows. My version is 1.2.1.
Decompress the package to a directory, enter the CMD command line, and execute two commands.
Memcached.exe-D install
Memcached.exe-d start
Test: Write a PHP file and run phpinfo (). If you can see that memcache is loaded, the installation is successful.
Download amfphp. My version is 1.9 beta.
Decompress the package to the [Apache Directory] \ www \ htdocs \
Access http: // localhost/amfphp/browser. If no problem occurs, the installation is successful.
Let's talk about the PHP version here,
Amfphp 1.9beta does not support 5.2.6. It runs normally under 5.2.5 and 5.2.0.
Memcache 1.2.1 does not support 5.2.0. It runs normally under 5.2.5 and 5.2.6.
So I chose PHP 5.2.5, but I did not try other versions.