summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/CREDITS
diff options
context:
space:
mode:
authorIan Holsman <ianh@php.net>2003-02-11 17:40:11 +0000
committerIan Holsman <ianh@php.net>2003-02-11 17:40:11 +0000
commitec68ed4aee8c45c7b34747a124a06d2bdde2cdaa (patch)
treeda71a4ca8b9415802e86fbb5a8697bad868a3d34 /sapi/apache2handler/CREDITS
parentf3ac7fc9c6884b39f6c494c98e5fd417604fa53f (diff)
downloadphp-git-ec68ed4aee8c45c7b34747a124a06d2bdde2cdaa.tar.gz
initial checkin of the apache2 SAPI using a handler instead of filters.
TBD: src highlighting better post handling
Diffstat (limited to 'sapi/apache2handler/CREDITS')
-rw-r--r--sapi/apache2handler/CREDITS3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/apache2handler/CREDITS b/sapi/apache2handler/CREDITS
new file mode 100644
index 0000000000..5e85cb448e
--- /dev/null
+++ b/sapi/apache2handler/CREDITS
@@ -0,0 +1,3 @@
+Apache 2.0
+Sascha Schumann, Aaron Bannert original work
+Ian Holsman & Justin Erenkrantz is for converting this to a handler