Separate plain name returned by php_sapi_module() and pretty name

used for output.
This commit is contained in:
Andrei Zmievski 2000-06-26 18:05:55 +00:00
parent bcb308c522
commit 4010b422dd
12 changed files with 20 additions and 9 deletions

View file

@ -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);