summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-06-26 18:05:55 +0000
committerAndrei Zmievski <andrei@php.net>2000-06-26 18:05:55 +0000
commit4010b422ddca37f110a47f17863f9114cc50b7a6 (patch)
treef5f5d2daf750da0c7a99dbd827e4df14173a71d6 /main/SAPI.h
parentbcb308c522e2a6ae495fca931a448e353e945b9e (diff)
downloadphp-git-4010b422ddca37f110a47f17863f9114cc50b7a6.tar.gz
Separate plain name returned by php_sapi_module() and pretty name
used for output.
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index e7bf31fc2d..5ed4fdb67d 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -148,6 +148,7 @@ SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len SLS_DC);
struct _sapi_module_struct {
char *name;
+ char *pretty_name;
int (*startup)(struct _sapi_module_struct *sapi_module);
int (*shutdown)(struct _sapi_module_struct *sapi_module);