]> granicus.if.org Git - php/commitdiff
The extension name seems to be usually totally lower-cased.
authorfoobar <sniper@php.net>
Sun, 24 Jun 2001 22:18:51 +0000 (22:18 +0000)
committerfoobar <sniper@php.net>
Sun, 24 Jun 2001 22:18:51 +0000 (22:18 +0000)
ext/calendar/calendar.c
ext/session/mod_mm.c
ext/yaz/php_yaz.c

index 2ac1dc1997ca0485ab1b551d2943323d644a105a..12ae1aae67158dfc5b1dd155cdfbf78ff0014f46 100644 (file)
@@ -48,7 +48,7 @@ function_entry calendar_functions[] = {
 
 
 zend_module_entry calendar_module_entry = {
-  "Calendar", 
+  "calendar", 
   calendar_functions, 
   NULL, /*PHP_MINIT(calendar),*/
   NULL,
index b6f4b52465dcbff44a1b5a3903a9493416492395..f580d785ad14d3ca51dbbe1f9c147293ced16f90 100644 (file)
@@ -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,
index 8ce2e1fa5cc9f8b9d83e1e19a69e1faa83047aca..7d4a704be8e830f23f34b8d3a1e4345bd73d7537 100644 (file)
@@ -2468,7 +2468,7 @@ PHP_RINIT_FUNCTION(yaz)
 }
 
 zend_module_entry yaz_module_entry = {
-       "YAZ",
+       "yaz",
        yaz_functions,
        PHP_MINIT(yaz),
        PHP_MSHUTDOWN(yaz),