Skip to content

Commit 2c95a1d

Browse files
author
foobar
committed
The extension name seems to be usually totally lower-cased.
1 parent c72bac3 commit 2c95a1d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ext/calendar/calendar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function_entry calendar_functions[] = {
4848

4949

5050
zend_module_entry calendar_module_entry = {
51-
"Calendar",
51+
"calendar",
5252
calendar_functions,
5353
NULL, /*PHP_MINIT(calendar),*/
5454
NULL,

ext/session/mod_mm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ PS_GC_FUNC(mm)
345345
}
346346

347347
zend_module_entry php_session_mm_module = {
348-
"Session MM",
348+
"session mm",
349349
NULL,
350350
PHP_MINIT(ps_mm), PHP_MSHUTDOWN(ps_mm),
351351
NULL, NULL,

ext/yaz/php_yaz.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,7 @@ PHP_RINIT_FUNCTION(yaz)
24682468
}
24692469

24702470
zend_module_entry yaz_module_entry = {
2471-
"YAZ",
2471+
"yaz",
24722472
yaz_functions,
24732473
PHP_MINIT(yaz),
24742474
PHP_MSHUTDOWN(yaz),

0 commit comments

Comments
 (0)