How To Install PHP 5 in IIS 6/Windows Server 2003?
- Download and unzip latest version 5.x from http://www.php.net to c:\php.
- Add "C:\php" to environment variables "PATH". The Windows path can be accessed via the Control Panel at: System > Advanced Tag - Environment Variables - System Variables.
- Rename/copy php.ini-recommended to php.ini
- With IIS 6 (2003 Server), open up the IIS Manager(inetmgr.msc), go to Web Service Extensions, choose "Add a new Web service extension", enter in a name such as PHP, choose the Add button and for the value browse to enter the ISAPI file c:\php\php5isapi.dll. then check "Set extension status to Allowed" and click OK.
- Still in the IIS Manager, Right-click on "Web Sites", go to Properties -> Home Directory -> Configuration...-> Application Extensions - add a new extension: .php using c:\php\php5isapi.dll; Enable All Verbs and Script Engine.
- Start > Run > regedit , Add the following registry keys: HKEY_LOCAL_MACHINE\SOFTWARE\PHP – new string value IniFilePath -> C:\php
- Start > Run > iisreset, Restart IIS services.
-
In one of the websites home folder, create a new file named test.php with the single line below.( If test in local the file should be in C:\Inetpub\wwwroot\)
<?php phpinfo(); ?>
- Open a browser and test it out http://www.yourdomain.com/test.php. (Local use "http://127.0.0.1/test.php")
- Download and install Zend Optimizer from http://www.zend.com/store/products/zend-optimizer.php.
- php.ini Options
- extension_dir = c:\php\ext
- cgi.force_redirect = 0
- max_execution_time = 180 ; Maximum execution time of each script, in secnds
- max_input_time = 300 ; Maximum amount of time each script
- php.ini Extensions installation.( remove the semicolon(;) before them )
- extension=php_curl.dll
- extension=php_gd2.dll
- extension=php_mcrypt.dll
- extension=php_mssql.dll
- extension=php_mysql.dll
- extension=php_openssl.dll
- extension=php_snmp.dll
- extension=php_sockets.dll
- extension=php_zip.dll
Navigator
Other Knowledgebase Articles
Shared Hosting
# of Domains:
2
# of SQL Server Databases:
2
Disk Space:
Unlimited
Bandwidth:
Unlimited
Email:
Unlimited
SQL Server 2008 R2
Monthly:
$4.99
Windows Hyper-V Server
Dedicated Memory:
2GB
Disk Space:
200GB
Bandwidth:
Unlimited
Windows 2008/2003:
Free
Monthly:
$49.99
Dedicated SQL Server
CPU:
Intel Dual-Core Sandy Bridge I3-2100
RAM:
8GB RAM
Disk:
2x320GB SATA
RAID:
Host RAID 1
Bandwidth:
Unlimited
Windows 2008/2003:
Free
Monthly:
$99.00