diff options
author | Sascha Schumann <sas@php.net> | 2002-07-16 16:24:15 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-07-16 16:24:15 +0000 |
commit | 1326c95b29e5dcc697fa15f30609cbafa2503285 (patch) | |
tree | 674d2d5b1497ab8697a3742d6a599f250b5f8ff2 | |
parent | 6f2ad6b68b6d540631c247f57dfeb93eb1295a75 (diff) | |
download | php-git-1326c95b29e5dcc697fa15f30609cbafa2503285.tar.gz |
refine
-rw-r--r-- | sapi/thttpd/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/thttpd/README b/sapi/thttpd/README index 676dfa5ae1..57d7836135 100644 --- a/sapi/thttpd/README +++ b/sapi/thttpd/README @@ -8,6 +8,9 @@ README FOR THTTPD MODULE (by Sascha Schumann) adds hooks to thttpd to call PHP, if a filename matches *.php. This patch will be applied when you install PHP. + NOTE: This version supports *only* thttpd 2.21b, no prior or later + version. + This is a functional and stable module (it runs a large application like IMP 2.2.0 without any problems). Its original intention was to demonstrate the ability of PHP to work in every web server environment. |