summaryrefslogtreecommitdiff
path: root/sapi/roxen/roxen.c
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/roxen/roxen.c
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/roxen/roxen.c')
-rw-r--r--sapi/roxen/roxen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/roxen/roxen.c b/sapi/roxen/roxen.c
index 13aca14dbc..82c93664bb 100644
--- a/sapi/roxen/roxen.c
+++ b/sapi/roxen/roxen.c
@@ -491,6 +491,7 @@ static int php_roxen_startup(sapi_module_struct *sapi_module)
/* this structure is static (as in "it does not change") */
static sapi_module_struct sapi_module = {
+ "roxen",
"Roxen",
php_module_startup, /* startup */
php_module_shutdown_wrapper, /* shutdown */