To use php5 on Apache2.2
- Download php-5.2.17-Win32-VC6-x86 (Thread-Safe type).
- Extract from this zip file, and move files to C:\php folder.
- Setup Apache2-2 config
- Add conf/httpd.conf following text.
- Include conf/php.conf
- Create conf/php.conf, add following text.
- PHPIniDir “C:\PHP\”
- LoadModule php5_module “C:/PHP/php5apache2_2.dll”
- <IfModule mime_module>
- AddType application/x-httpd-php .php
- AddType application/x-httpd-php-source .phps
- </IfModule>
- Add conf/httpd.conf following text.
- Restart Apache2-2
To use PHP5 on IIS
- Download PHP5.3.x
- comming soon.