Skip to content

Commit e793b11

Browse files
author
Sascha Schumann
committed
Give it a nicer looking module name
1 parent 624117e commit e793b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/session/session.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static void php_rinit_session_globals(PSLS_D);
104104
static void php_rshutdown_session_globals(PSLS_D);
105105

106106
zend_module_entry session_module_entry = {
107-
"session",
107+
"Session Management",
108108
session_functions,
109109
PHP_MINIT(session), PHP_MSHUTDOWN(session),
110110
PHP_RINIT(session), PHP_RSHUTDOWN(session),

0 commit comments

Comments
 (0)