diff options
author | Andrei Zmievski <andrei@php.net> | 2000-06-26 18:05:55 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-06-26 18:05:55 +0000 |
commit | 4010b422ddca37f110a47f17863f9114cc50b7a6 (patch) | |
tree | f5f5d2daf750da0c7a99dbd827e4df14173a71d6 /sapi/phttpd | |
parent | bcb308c522e2a6ae495fca931a448e353e945b9e (diff) | |
download | php-git-4010b422ddca37f110a47f17863f9114cc50b7a6.tar.gz |
Separate plain name returned by php_sapi_module() and pretty name
used for output.
Diffstat (limited to 'sapi/phttpd')
-rw-r--r-- | sapi/phttpd/phttpd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/phttpd/phttpd.c b/sapi/phttpd/phttpd.c index ee3fb977e6..9f2eda9c16 100644 --- a/sapi/phttpd/phttpd.c +++ b/sapi/phttpd/phttpd.c @@ -162,6 +162,7 @@ php_phttpd_sapi_read_post(char *buf, uint count_bytes SLS_DC) } static sapi_module_struct sapi_module = { + "phttpd", "PHTTPD", php_phttpd_startup, /* startup */ |