summaryrefslogtreecommitdiff
path: root/sapi/pi3web
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 /sapi/pi3web
parentbcb308c522e2a6ae495fca931a448e353e945b9e (diff)
downloadphp-git-4010b422ddca37f110a47f17863f9114cc50b7a6.tar.gz
Separate plain name returned by php_sapi_module() and pretty name
used for output.
Diffstat (limited to 'sapi/pi3web')
-rw-r--r--sapi/pi3web/pi3web_sapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c
index 7c7bc3d3fe..b8f515d452 100644
--- a/sapi/pi3web/pi3web_sapi.c
+++ b/sapi/pi3web/pi3web_sapi.c
@@ -283,7 +283,8 @@ static char *sapi_pi3web_read_cookies(SLS_D)
static sapi_module_struct sapi_module = {
- "PI3WEB", /* name */
+ "pi3web", /* name */
+ "PI3WEB", /* pretty name */
php_pi3web_startup, /* startup */
php_module_shutdown_wrapper, /* shutdown */