From 4010b422ddca37f110a47f17863f9114cc50b7a6 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 26 Jun 2000 18:05:55 +0000 Subject: Separate plain name returned by php_sapi_module() and pretty name used for output. --- sapi/aolserver/aolserver.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/aolserver/aolserver.c') diff --git a/sapi/aolserver/aolserver.c b/sapi/aolserver/aolserver.c index 6effcda8e9..0374893a31 100644 --- a/sapi/aolserver/aolserver.c +++ b/sapi/aolserver/aolserver.c @@ -290,6 +290,7 @@ php_ns_startup(sapi_module_struct *sapi_module) /* this structure is static (as in "it does not change") */ static sapi_module_struct sapi_module = { + "aolserver", "AOLserver", php_ns_startup, /* startup */ -- cgit v1.2.1