Hello all-

Here's a small patch that mentions apache2 for windows users.  
Related bugs on this issue can be seen here:

  * http://bugs.php.net/bug.php?id=16744
  * http://bugs.php.net/bug.php?id=18129

Bug #18129 virtually became a support thread for this
topic.

The following patch doesn't go into detail as I don't feel 
comfortable with the subject but it at least gives an idea 
on what to do.  Anyone feel free to go into more detail or
adjust the words below before commit :)



--- win32/install.txt   26 Sep 2002 19:49:34 -0000      1.16
+++ win32/install.txt   19 Nov 2002 07:27:53 -0000
@@ -48,6 +48,7 @@
   Personal Web Server 3 and 4 or newer
   Internet Information Server 3 and 4 or newer
   Apache 1.3.x
+  Apache 2.0.x  (experimental)
   OmniHTTPd 2.0b1 and up
   Oreilly Website Pro
   Xitami
@@ -201,6 +202,21 @@
 ========================

  Installing PHP on Windows with Apache 1.3.x
+
+  ------------------------------------------------------------
+  ATTENTION: Apache 2 Users
+
+    At this time, support for Apache2 is experimental.  It's
+    highly recommended you use PHP with Apache 1.3.x and not
+    Apache2.  Documentation for installing Apache2 on windows 
+    can be seen here:
+
+       http://www.php.net/manual/en/install.apache2.php
+
+    With the basic difference being that when installing as a 
+    module you'll use php4apache2.dll instead of php4apache.dll
+    Both files are included within this release.
+  ------------------------------------------------------------
+


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to