summaryrefslogtreecommitdiff
path: root/sapi/aolserver/README
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-08-22 07:33:27 +0000
committerSascha Schumann <sas@php.net>2000-08-22 07:33:27 +0000
commitbac08af4cb97ea7e9db18a4267fb070264792f2f (patch)
treea7013101a9eef4ac1f0508abd9a87670868e2328 /sapi/aolserver/README
parent03049aa8ac642dbe1cfaba68e5aec88fdd0f488c (diff)
downloadphp-git-bac08af4cb97ea7e9db18a4267fb070264792f2f.tar.gz
Disable php_value and add note about reliability
Diffstat (limited to 'sapi/aolserver/README')
-rw-r--r--sapi/aolserver/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/sapi/aolserver/README b/sapi/aolserver/README
index b63f74ba5c..0d03e4b6e2 100644
--- a/sapi/aolserver/README
+++ b/sapi/aolserver/README
@@ -2,8 +2,16 @@ AOLserver README ($Id$)
To compile PHP 4.0 as a module for AOLserver, you need:
-- AOLserver 3.0 source distribution
-- installed AOLserver 3.0
+- AOLserver 3.0 source distribution (not required for AOLserver >= 3.1)
+- installed AOLserver 3.0 or later
+
+
+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
+ php_value as it will lead to races in a sub-system (use an ini file
+ instead).
+
1.) Configuring AOLserver