]> granicus.if.org Git - php/commitdiff
Change the default to assumption that people don't use AOLserver 3.0 anymore.
authorSascha Schumann <sas@php.net>
Sat, 24 Feb 2001 13:14:27 +0000 (13:14 +0000)
committerSascha Schumann <sas@php.net>
Sat, 24 Feb 2001 13:14:27 +0000 (13:14 +0000)
sapi/aolserver/README

index 0d03e4b6e2ffe7ab9948a40bada32a30fcd91c87..0a725a10bcd7c26c0a11240caa457563749c8e32 100644 (file)
@@ -2,9 +2,8 @@ AOLserver README ($Id$)
 
 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
@@ -24,13 +23,12 @@ include/Makefile.global and running make all install.
 
 $ ./configure \
        --with-aolserver=/path/to/installed/aolserver \
-       --with-aolserver-src=/path/to/source/distribution \
        <other options>
 
-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.
+NOTE: If you are still using AOLserver 3.0, you need to retain the
+      AOLserver source code and pass another option to PHP:
+
+      --with-aolserver-src=/path/to/source/distribution
 
 3.) Compiling and Installing PHP