File Download URL Apache 2.2.4--www.apache.com
PHP 5.2.0--www.php.net
MySQL 5.0.27--www.mysql.com
Zend Optimizer 3.2.0--www.zend.com
phpMyAdmin 2.9.2--www.phpmyadmin.net
Apache 2.2.4 Installation 1. Site Downloads apache_2.2.4- Win32-x86-no_ssl.msi and execute. 2. Press the Next button 3 times, the installer requires you to enter your network domain (network domain name), server domain (server domains) and webmaster e-mail. 3. After entering next, the default installation path is "C:Program Filesapache Software FoundationApache2.2", modify the path, and change to "D:program" as described earlier. FilesApache2 ". and then go all the way until the installation is complete; At this point, open the Program Files folder under D disk and you can see a folder named Apache2. Open IE, and then enter in the Address bar: http://localhost "or" http://127.0.0.1 Installation of PHP 5.2.0
1. Download Php-5.2.0-win32.zip to its official site and extract (do not download and use it in this installer, although it is very automated, very intelligent, but there are many aspects of the restrictions, because it is not recommended. )
2. Extract the PHP file into a directory, the directory address is "D:program filesphp".
First, set the system path directory, and in the path directory plus D:program filesphp, the path file modification requires a reboot to take effect. Then, modify the Apache configuration file httpd.conf, where you search for the LoadModule section, and then add the following:
If you want to add MySQL functionality, you first need to install MYSQL5 and then modify PHP.ini: Remove the ";" in front of the Extension=php_mysql.dll, and then modify Extension_dir = "./ext" so that PHP can go to the Ext directory to find Php_ Mysql.dll, save, restart Apache, and then look at the phpinfo, which can search the MySQL configuration.
Installation of phpMyAdmin 2.9.2
|