diff options
author | Sascha Schumann <sas@php.net> | 2001-10-02 14:54:46 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-10-02 14:54:46 +0000 |
commit | 3db3d65d2e448a781e986fd86287d222f78d24cf (patch) | |
tree | 8edcc52b4353a55ada64223f46939f390eca6e0c | |
parent | 56e6d6ae77edbd3b06f13f696195eafeb29a7cf9 (diff) | |
download | php-git-3db3d65d2e448a781e986fd86287d222f78d24cf.tar.gz |
typo fix by zoot@zotikos.com
-rw-r--r-- | sapi/thttpd/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/README b/sapi/thttpd/README index b46c4dea5c..07e40784e0 100644 --- a/sapi/thttpd/README +++ b/sapi/thttpd/README @@ -4,7 +4,7 @@ README FOR THTTPD MODULE (by Sascha Schumann) This is a SAPI module for PHP 4.0 supporting thttpd, the tiny, turbo, throttling HTTP server by Jef Poskanzer. - The module contains a patch against version 2.19 of thttpd. The patch + The module contains a patch against version 2.21b of thttpd. The patch adds hooks to thttpd to call PHP, if a filename matches *.php. This patch will be applied when you install PHP. |