mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Separate plain name returned by php_sapi_module() and pretty name
used for output.
This commit is contained in:
parent
bcb308c522
commit
4010b422dd
12 changed files with 20 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue