1
0
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:
foobar
2001-06-24 22:18:51 +00:00
parent c72bac335d
commit 2c95a1d690
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ function_entry calendar_functions[] = {
zend_module_entry calendar_module_entry = {
"Calendar",
"calendar",
calendar_functions,
NULL, /*PHP_MINIT(calendar),*/
NULL,
+1 -1
View 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,
+1 -1
View 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),