jmoore Mon Apr 16 02:44:21 2001 EDT
Modified files:
/php4/win32 install.txt
Log:
- Updating order slighly so the install is easier to follow.
Index: php4/win32/install.txt
diff -u php4/win32/install.txt:1.1 php4/win32/install.txt:1.2
--- php4/win32/install.txt:1.1 Fri Nov 3 03:43:45 2000
+++ php4/win32/install.txt Mon Apr 16 02:44:21 2001
@@ -10,7 +10,6 @@
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 @@
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.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]