Hallo,
Ich habe mir die Datei "php405-installer.exe" runtergeladen um PHP auf meinem Rechner (win98) ausführen zu können.
Nun musste ich bei der Installation einige Sachen angeben die mir nicht ganz klar sind und die ich auch in keinem Tutorial nachlesen konnte.
Zum einen wäre da die Sache mit SMTP Server.
Als Standart wurde da "localhost" angegeben. (Ist doch richtig wenn man PHP auf dem eigenen Rechner und nicht auf einem Webserver installieren will oder?)
Zum anderen wurde die "from adress" für die Mailfunktion gefragt. ALs Standart hier "me@localhost.com". Muss ich das so lassen oder meine echte Emailaddy angeben?
Als letztes wurde ich nach dem "type of http server" gefragt..
Hierbei stand zur Auswahl:
Microsoft PWS on Windows 9x or ME
Microsoft PWS on NT Workstation
Microsoft IIS 3 or lower
Microsoft IIS 4 or higher
Apache
Xitami
None (Manuall install)
Hierbei gehe ich doch richtig in der Annahme ersteres ist für Windows 98 das richtige oder?
Danach sollte die Installation beendet sein.
Ich habe nochmal einen Blick in die Readme.txt geworfen...
Hier wurde auf einmal was ganz anderes gesagt.
[zitat]
PWS 4.0+ (isapi):
1. Copy the php.ini-dist to your systemroot (the directory where you installed windows), rename it to php.ini, and
edit it to fit your needs
2. Edit the enclosed PWS-php4isapi.reg (ISAPI interface) or PWS-php4cgi.reg (CGI interface) file to reflect the location of
your php4isapi.dll / php.exe. Forward slashes should be escaped, for example:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="C:\Program Files\PHP\php4isapi.dll"
3. In the PWS Manager, right click on a given directory you want to add PHP support to, and select Properties. Check the 'Execute' checkbox, and confirm.
PWS 4.0+ (CGI):
1. Copy the php.ini-dist to your systemroot (the directory where you installed windows), rename it to php.ini, and
edit it to fit your needs
2. Edit the enclosed PWS-php4.reg file to reflect the location of your php.exe. Forward slashes should be escaped,
for example:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\w3svc\parameters\Script Map] ".php"="C:\Program Files\PHP\php.exe"
3. In the PWS Manager, right click on a given directory you want to add PHP
support to, and select Properties. Check the 'Execute' checkbox, and
confirm.
4. At this point, PWS should have built-in PHP support.
[/zitat]
Also erstmal gab es keine "php.ini-dist" Datei.Dann habe ich keine Ahnung was der "PWS Manager" ist oder wo er zu finden ist.
Wäre echt nett wenn hier jemand einem absolutem Neuling auf solchen Gebieten helfen könnte.
Möglichst mit einer detailierten Beschreibung für Dummies. ;-)
Bis dann
Sven