This article discusses only how to install PHP3 under Windows NT 4.0 or Windows 20000 and IIS 4.0.
I used the PHP3 for Php-3.0.14-win32.zip.
First, the software download
You can download from http://www.php.net/download-php.php3 to the latest Win32 binary version.
Second, software Installation
You can get a detailed installation from HTTP://WWW.PHP.NET/MANUAL/INSTALL-WINDOWS95-NT.PHP3
Method. You can install it in the following ways:
1, will download the software with WinZip and so on. zip Decompression tool Unzip to you want a directory, here with $php_home
Identity
2. Copy the Php3.ini-dist file under the $php_home directory to the '%windows% ' directory and rename it to
Php3.ini, the typical '%windows% ' directory is like this, which is identified here with $windows_home:
Under Windows 95/98 for C:windows
Under Windows NT for C:WINNT or C:WINNT40
3. Modify the Php3.ini file under the $windows_home directory:
A) Change ' extension_dir ' to the value of $php_home;
b) Remove ' Extension=php3_*.dll ' before the '; ';
c) Set the Browscap to $windows_homesystem32inetsrvrowscap.ini;
d) Set SMTP to be installed with an IMAP server name such as Microsoft Exchange or Lotus Domino, such as:
mail.chinaweal.com;
e) to Upload_tmp_dir '; ' Before the Removed and set Upload_tmp_dir to a per-user
A directory that can be fully controlled for storing temporary files when uploading;
f) Open Internet Service Manager, select the appropriate Web site, open the Web site
Properties page, then select Home Directory, press the configuration button, and in the app mappings, press add
, enter $php_homephp3.exe%s%s in executable, enter. php3 in extension, and then
Press ok.
Report:
PHP3 Download URL
Http://www.php.net/download-php.php3
PHP3 Installation Guide
Http://www.php.net/manual/install-windows95-nt.php3
PHP3 Handbook
http://www.my3w.com/
http://www.bkjia.com/PHPjc/629884.html www.bkjia.com true http://www.bkjia.com/PHPjc/629884.html techarticle This article discusses only how to install PHP3 under Windows NT 4.0 or Windows 20000 and IIS 4.0. I used the PHP3 for Php-3.0.14-win32.zip. First, the software download you can from Http://www.php.net/download-p ...