Integrating php 4.3.4 with Apache 2.0.50 under win32 platform
(At last I have worked it out!!)
1. Download the windows installer ?apache_2.0.50-win32-x86-no_ssl.msi? from httpd.apache.org/download.cgi
2. Download the php installer ?php-4.3.4-installer.exe? from
www.php.net
3. Download ?
http://hulan.info/blog/other/apache2_php4_win.zip? (Thanks to Radek Hulan)
4. Install Apache 2.0 and php 4.3.4 in default locations
5. Extract the zip file
6. Copy the files in the extracted folders and paste them in respective places replacing files where necessary.
7. Copy php.ini from c:/php/ and paste in c:/windows/system32/ and c:/windows
8. Create a folder named ?www? in c:/
9. Restart the Apache service (you don?t need to change the .config files ? Radek has done it for us

)
10. create a php file with the following content and save in c:/www/
<html>
<head><title>PHP Test</title></head>
<body>
<? phpinfo(); ?>
</body>
</html>
11. Type localhost in your browser and you will get to see the php config list
Done!!
NOTE: THIS PROCESS DOES NOT WORK WITH ?PHP 4.3.8? OR ?PHP 5.0?
Php 4.3.4 is the most stable version so I recommend this
This process doesn?t work with previous versions of Apache
Apache 2.0.50 and php 4.3.4 is the best combination available!!
Any problems? Mail me:
admin@manutdcentral.com