Irgendwas stimmt an dieser PHP – Installations – Anleitung nicht:
Aber was ?
1. PHP3 nach F:\php3 kopieren.
2. PHP4 nach F:\php4 kopieren.
3. In F:\php4 php.exe in php4.exe umbenennen, (nicht unbedingt notwendig) …
4. httpd.conf um index.php3 und index.php ergänzen
5. httpd.conf um AddType application/x-httpd-php3 .php3 ergänzen
6. httpd.conf um AddType application/x-httpd-php .php ergänzen
7. httpd.conf um Action application/x-httpd-php3 /cgi-bin/php3.exe ergänzen
8. httpd.conf um Action application/x-httpd-php /cgi-bin/php4.exe ergänzen
9. httpd.conf um ScriptAlias /php3/ "f:/php3/" ergänzen
10. httpd.conf um ScriptAlias /php4/ "f:/php4/" ergänzen
11. php3.exe und alle DLLs von F:\php3 nach F:\Apache\cgi-bin\ kopieren.
12. PHP3.INI-DIST ins windows Verzeichnis als php3.ini kopieren.
13. PHP.INI-DIST ins windows Verzeichnis als php.ini kopieren, wenn vorhanden.
14. In der php3.ini und in der php.ini einen Eintrag auf doc\_root = ’’F:\Apache\htdocs’’ abändern.
15. In der php3.ini und in der php.ini einen Eintrag auf upload\_tmp\_dir = "f:\php4\temp" abändern.
16. In der php3.ini und in der php.ini einen Eintrag auf extension\_dir = "f:\php4" abändern.
17. Datei mit dem Namen "test.php3" und Datei "test.php" mit folgendem Inhalt erzeugen: phpinfo(); ?\>
Quellenangaben:
http://www.php-center.de/artikel/php34win98.php3
http://www.stud.uni-bayreuth.de/~a2583/wamp.html
http://zeus.fh-brandenburg.de/~wiechert/wamp.html
http://solix.wiso.uni-koeln.de/php/wamp.html
http://www.vopage.ch/webpublishing/neue_seite_2.htm
Danke für Hilfe…
Grüße Sebastian