summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-11 20:45:27 +0000
committerMarcus Boerger <helly@php.net>2005-08-11 20:45:27 +0000
commitef36d692cd08b9bc647f167b220e900cf792b41e (patch)
treed96b1841d5306a47cb9d60888d685982140098c0
parenta4e103283655383ad1270895fd2c726e1cbedeb9 (diff)
downloadphp-git-ef36d692cd08b9bc647f167b220e900cf792b41e.tar.gz
- Johannes did a great work on the shell
# Now he wants to maintain CLI ?-)
-rw-r--r--ext/standard/credits_sapi.h2
-rw-r--r--sapi/cli/CREDITS2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/credits_sapi.h b/ext/standard/credits_sapi.h
index e919571419..cc15c006fc 100644
--- a/ext/standard/credits_sapi.h
+++ b/ext/standard/credits_sapi.h
@@ -17,7 +17,7 @@ CREDIT_LINE("Apache 2.0 Filter", "Sascha Schumann, Aaron Bannert");
CREDIT_LINE("Apache 2.0 Handler", "Ian Holsman, Justin Erenkrantz (based on Apache 2.0 Filter code)");
CREDIT_LINE("Caudium / Roxen", "David Hedbor");
CREDIT_LINE("CGI / FastCGI", "Rasmus Lerdorf, Stig Bakken, Shane Caraveo");
-CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger");
+CREDIT_LINE("CLI", "Edin Kadribasic, Marcus Boerger, Johannes Schlueter");
CREDIT_LINE("Continuity", "Alex Leigh (based on nsapi code)");
CREDIT_LINE("Embed", "Edin Kadribasic");
CREDIT_LINE("ISAPI", "Andi Gutmans, Zeev Suraski");
diff --git a/sapi/cli/CREDITS b/sapi/cli/CREDITS
index fac101d747..5f3b0fbe39 100644
--- a/sapi/cli/CREDITS
+++ b/sapi/cli/CREDITS
@@ -1,2 +1,2 @@
CLI
-Edin Kadribasic, Marcus Boerger
+Edin Kadribasic, Marcus Boerger, Johannes Schlueter