summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 9807cafcf3..f3b91f0ffe 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -199,7 +199,8 @@ static int sapi_cgi_deactivate(SLS_D)
static sapi_module_struct sapi_module = {
- "CGI", /* name */
+ "cgi", /* name */
+ "CGI", /* pretty name */
php_module_startup, /* startup */
php_module_shutdown_wrapper, /* shutdown */