sas             Sat Feb 24 05:14:27 2001 EDT

  Modified files:              
    /php4/sapi/aolserver        README 
  Log:
  Change the default to assumption that people don't use AOLserver 3.0 anymore.
  
  
Index: php4/sapi/aolserver/README
diff -u php4/sapi/aolserver/README:1.4 php4/sapi/aolserver/README:1.5
--- php4/sapi/aolserver/README:1.4      Tue Aug 22 00:33:27 2000
+++ php4/sapi/aolserver/README  Sat Feb 24 05:14:27 2001
@@ -1,11 +1,10 @@
-AOLserver README ($Id: README,v 1.4 2000/08/22 07:33:27 sas Exp $)
+AOLserver README ($Id: README,v 1.5 2001/02/24 13:14:27 sas Exp $)
 
 To compile PHP 4.0 as a module for AOLserver, you need:
 
-- AOLserver 3.0 source distribution (not required for AOLserver >= 3.1)
-- installed AOLserver 3.0 or later
+- installed AOLserver 3.1 or later
+  (see the note below for AOLserver 3.0)
 
-
 NOTE: You should not use this module in production. PHP is not 100% stable
       yet in threaded mode. To increase reliability enable the Global Lock
       by removing #define NO_GLOBAL_LOCK in main/main.c. Also don't use
@@ -24,13 +23,12 @@
 
 $ ./configure \
        --with-aolserver=/path/to/installed/aolserver \
-       --with-aolserver-src=/path/to/source/distribution \
        <other options>
+
+NOTE: If you are still using AOLserver 3.0, you need to retain the
+      AOLserver source code and pass another option to PHP:
 
-NOTE: While AOLserver 3.0 did not install its include directory, later
-      releases will do so. This effectively means that you do not need
-      to retain the source directory of AOLserver, if there is an
-      include directory in the installation directory.
+      --with-aolserver-src=/path/to/source/distribution
 
 3.) Compiling and Installing PHP
 



-- 
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]

Reply via email to