summaryrefslogtreecommitdiff
path: root/sapi/cli/CREDITS
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-01-06 14:08:14 +0000
committerEdin Kadribasic <edink@php.net>2002-01-06 14:08:14 +0000
commitb1f3a91569419fc2c8af1b455bcecc520a0ff3ec (patch)
tree530f632d510c52fa38d22e8eeebf541349602029 /sapi/cli/CREDITS
parent1788410a56c7ee10fdaabb7d438c7938158c8d4c (diff)
downloadphp-git-b1f3a91569419fc2c8af1b455bcecc520a0ff3ec.tar.gz
@- Added CLI (command line intrerface) sapi based on a cut-down version
@ of the CGI sapi which is more suited for writing shell scripts. Some of @ the differences are: it prints no HTTP headers, displays plain text @ error messages, etc. (Edin) Added CLI (command line intrerface) sapi. # Let's see if a build expert can make this compile along # side some other sapi.
Diffstat (limited to 'sapi/cli/CREDITS')
-rw-r--r--sapi/cli/CREDITS2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cli/CREDITS b/sapi/cli/CREDITS
new file mode 100644
index 0000000000..72b1b051bd
--- /dev/null
+++ b/sapi/cli/CREDITS
@@ -0,0 +1,2 @@
+CLI
+Rasmus Lerdorf, Stig Bakken, Edin Kadribasic