PHP5 installation in Windows Enterprise Server2003 IIS6.0
I found a lot of ways online, I didn't have a successful reference to the official English document, and I've been successful, and the English document also depends. In fact, it is also very simple to install under Windows2003, and configure the PHP5 environment to waste yourself for two or three days, and finally final debugging is successful. Mainly, PHP5 is different from the previous version, the configuration is simple, but we are still not in the complex method according to the old.
Step 1, first go to www.php.net on a PHP installer PHP-
5.0.3
-Win32.zip [7,610kb], the download address is: http://cn.php.net/get/php-5.0.3-win32.zip/from/a/mirror Select China's image download. After decompression, it can be used, this is a PHP package.
Step 2, start the system IIS boot guarantee available.
Step 3, to www.php.net Download PHP-
5.0.3
-installer.exe [2,267kb], the download address is: http://cn.php.net/get/php-5.0.3-installer.exe/from/a/mirror Select China's image download.
Step 4, run the PHP-
5.0.3
-installer.exe, select the installation path to PHP-5.0.3-WIN32.ZIP decompression position. Follow the prompt installation. At this point, the PHP environment is configured!
PHP5 MYSQL PHPMYADMIN configuration
The pHP.INI file under the C: / Windows directory below is to install PHP.
5.0.3
Automatically generated when -installer.exe. Make PHP5 supports the MySQL database.
Find extension_dir and then modified to extension_dir = "d: / java / pHP5 / ext", that is, the extension module can find the path. Then modify the following:
EXTENSION = php_mysql.dll changed to extension = php_mysql.dll to remove the front; semicolon.