Browse Source

- Updating order slighly so the install is easier to follow.

PHP-4.0.6
James Moore 26 years ago
parent
commit
426a9cea75
  1. 4
      win32/install.txt

4
win32/install.txt

@ -10,7 +10,6 @@ Installtion instructions
Apache: Apache:
1. Stop the Apache Webserver. 1. Stop the Apache Webserver.
Edit the httpd.conf and put in these lines, modified to your environment: Edit the httpd.conf and put in these lines, modified to your environment:
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
# for the apache module # for the apache module
LoadModule php4_module c:/php/sapi/php4apache.dll LoadModule php4_module c:/php/sapi/php4apache.dll
@ -21,8 +20,11 @@ ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe" Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php AddType application/x-httpd-php4 .php
2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file!
3. Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and 3. Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and
edit the php.ini to fit your needs. edit the php.ini to fit your needs.
4. Restart the Apache server. 4. Restart the Apache server.

Loading…
Cancel
Save