I surely don't mind sharing and hope that I could help.
To download php4.1.1 version and apache 1.3.
Copy the php-dist.ini to c:\winnt and renamed it to php.ini.
I used cgi instead of load module as my apache server cannot load php module even following all the steps.
Pls follow below steps:
0) stop the apache server
php.ini ->
1) doc_root = c:\Program Files\Apache Group\Apache\htdocs
2) extension_dir = E:\Program Files\php\extensions
3) Add following to the httpd file of apache:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
4) restart the apache and they will run now.
Up to now, I cannot load extensions dll of php by the above method. Some experts advised me to change to http://www.xitami.com/ instead of apache.
Pls feel free to contact me if you need any help.
gogo