summaryrefslogtreecommitdiff
path: root/sapi/aolserver
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-24 13:14:27 +0000
committerSascha Schumann <sas@php.net>2001-02-24 13:14:27 +0000
commitd516726329cdb423e8c1b5d778c5ef2d8dd6d423 (patch)
tree3813d75811e4ad53e589496a7fa177eb95432484 /sapi/aolserver
parent6869507071bc9992cda59d2872070a7b0e6aa07a (diff)
downloadphp-git-d516726329cdb423e8c1b5d778c5ef2d8dd6d423.tar.gz
Change the default to assumption that people don't use AOLserver 3.0 anymore.
Diffstat (limited to 'sapi/aolserver')
-rw-r--r--sapi/aolserver/README14
1 files changed, 6 insertions, 8 deletions
diff --git a/sapi/aolserver/README b/sapi/aolserver/README
index 0d03e4b6e2..0a725a10bc 100644
--- a/sapi/aolserver/README
+++ b/sapi/aolserver/README
@@ -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