mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
The extension name seems to be usually totally lower-cased.
This commit is contained in:
@@ -48,7 +48,7 @@ function_entry calendar_functions[] = {
|
||||
|
||||
|
||||
zend_module_entry calendar_module_entry = {
|
||||
"Calendar",
|
||||
"calendar",
|
||||
calendar_functions,
|
||||
NULL, /*PHP_MINIT(calendar),*/
|
||||
NULL,
|
||||
|
||||
@@ -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,
|
||||
|
||||
+1
-1
@@ -2468,7 +2468,7 @@ PHP_RINIT_FUNCTION(yaz)
|
||||
}
|
||||
|
||||
zend_module_entry yaz_module_entry = {
|
||||
"YAZ",
|
||||
"yaz",
|
||||
yaz_functions,
|
||||
PHP_MINIT(yaz),
|
||||
PHP_MSHUTDOWN(yaz),
|
||||
|
||||
Reference in New Issue
Block a user