summaryrefslogtreecommitdiff
path: root/ext/session/mod_mm.c
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-24 22:18:51 +0000
committerfoobar <sniper@php.net>2001-06-24 22:18:51 +0000
commit2c95a1d690e4be16d20ca2147c5bf0421d04fec0 (patch)
treee5d6f399d2b0144a10f60090a32cfd2b116682d4 /ext/session/mod_mm.c
parentc72bac335d88f15e04d4ca339ca2880e708597fa (diff)
downloadphp-git-2c95a1d690e4be16d20ca2147c5bf0421d04fec0.tar.gz
The extension name seems to be usually totally lower-cased.
Diffstat (limited to 'ext/session/mod_mm.c')
-rw-r--r--ext/session/mod_mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/mod_mm.c b/ext/session/mod_mm.c
index b6f4b52465..f580d785ad 100644
--- a/ext/session/mod_mm.c
+++ b/ext/session/mod_mm.c
@@ -345,7 +345,7 @@ PS_GC_FUNC(mm)
}
zend_module_entry php_session_mm_module = {
- "Session MM",
+ "session mm",
NULL,
PHP_MINIT(ps_mm), PHP_MSHUTDOWN(ps_mm),
NULL, NULL,