Home  >  Article  >  Backend Development  >  Install PHP3_PHP tutorial under Windows

Install PHP3_PHP tutorial under Windows

WBOY
WBOYOriginal
2016-07-13 17:07:50677browse

This article only discusses how to install PHP3 under Windows NT 4.0 or Windows 20000 and IIS 4.0.
The PHP3 I use is php-3.0.14-win32.zip.
1. Software download
You can download the latest Win32 binary version from http://www.php.net/download-php.php3.
2. Software installation
You can get the detailed installation
method from http://www.php.net/manual/install-windows95-nt.php3. You can install it as follows:
1. Use WinZIP or other .zip decompression tools to decompress the downloaded software to a directory you want, and use $PHP_HOME
to identify it here;
2. Copy the php3.ini-dist file in the $PHP_HOME directory to the '%Windows%' directory and rename it
php3.ini. The typical '%Windows%' directory looks like this. Use $WINDOWS_HOME here Identification:
C: Windows
under Windows NT under Windows 95/98 as C: Winnt or C: Winnt40
3, modify the php3.ini file in the $ Windows_home directory:
A> a ) Change 'extension_dir' to the value of $PHP_HOME;
b) Remove the ';' before 'extension=php3_*.dll';
c) Set browscap to $WINDOWS_HOMEsystem32inetsrv rowscap.ini;
d) Set SMTP to the name of an IMAP server such as Microsoft Exchange or Lotus Domino, such as:
mail.chinaweal.com;
e) Remove the ';' before upload_tmp_dir, and set upload_tmp_dir to a Each user
has full control over the directory, which is used to store temporary files when uploading;
f) Open the Internet Service Manager, select the corresponding Web Site, and open the
property page of the Web Site , then select Home Directory, press the Configuration button, in App Mappings, press the Add button
, enter $PHP_HOMEphp3.exe %s %s in Executable, enter .php3 in Extension, and
press OK.
Attachment:
PHP3 download URL
http://www.php.net/download-php.php3
PHP3 installation guide
http://www.php.net/manual/ install-windows95-nt.php3
 PHP3 Manual
 http://www.my3w.com/

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629884.htmlTechArticleThis article only discusses how to install PHP3 under Windows NT 4.0 or Windows 20000 and IIS 4.0. The PHP3 I use is php-3.0.14-win32.zip. 1. Software download You can download it from http://www.php.net/download-p...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn