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
Basic SQL Hosting
# of Domains:
4
# of SQL Server Databases:
4
Disk Space:
50GB
Bandwidth:
Unmetered
SQL Server 2016
Monthly:
$4.99
Express Hyper-V Hosting
Dedicated Memory:
2GB
Disk Space:
120GB
Bandwidth:
Unmetered
Windows 2016/2012:
Free
Monthly:
$11.99
Dedicated SQL Server
CPU:
Quad-Core X3440 CPU
RAM:
16GB RAM
Disk:
2x120GB SSD + 300GB SATA
RAID:
RAID 1
Bandwidth:
Unmetered
Windows 2016/2012:
Free
Monthly:
$79.00