summaryrefslogtreecommitdiff
path: root/win32/install.txt
diff options
context:
space:
mode:
authorJames Moore <jmoore@php.net>2001-04-16 09:44:21 +0000
committerJames Moore <jmoore@php.net>2001-04-16 09:44:21 +0000
commit426a9cea75b0cc193efb739d18a2a97f31f65a71 (patch)
tree3169c43a7d2133be571f55b2687106c324afa696 /win32/install.txt
parent1a1018452c965111925e0b27d7ff21ae4a8aa48d (diff)
downloadphp-git-426a9cea75b0cc193efb739d18a2a97f31f65a71.tar.gz
- Updating order slighly so the install is easier to follow.
Diffstat (limited to 'win32/install.txt')
-rw-r--r--win32/install.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/install.txt b/win32/install.txt
index 8738d5091f..303c094376 100644
--- a/win32/install.txt
+++ b/win32/install.txt
@@ -10,7 +10,6 @@ Installtion instructions
Apache:
1. Stop the Apache Webserver.
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
LoadModule php4_module c:/php/sapi/php4apache.dll
@@ -21,8 +20,11 @@ ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
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
edit the php.ini to fit your needs.
+
4. Restart the Apache server.