summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-03-06 18:44:01 +0000
committerStig Bakken <ssb@php.net>2000-03-06 18:44:01 +0000
commitd02fe90b009d3145b0b9d24510c6869c68d2b99b (patch)
treee7ad756d7b5a2ed3a082a63dc97e3dd95a5cd44c /ext/mcal/php_mcal.c
parent31c9ad183133a1d24a686b325414513a4373a680 (diff)
downloadphp-git-d02fe90b009d3145b0b9d24510c6869c68d2b99b.tar.gz
Change extension names in all extensions' zend_module_entry to their
directory name.
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r--ext/mcal/php_mcal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c
index 7329f10221..d266e8ed50 100644
--- a/ext/mcal/php_mcal.c
+++ b/ext/mcal/php_mcal.c
@@ -121,7 +121,7 @@ function_entry mcal_functions[] = {
};
zend_module_entry php_mcal_module_entry = {
- "Modular Calendar Access Library", mcal_functions, PHP_MINIT(mcal), NULL, NULL, NULL, PHP_MINFO(mcal), STANDARD_MODULE_PROPERTIES
+ "mcal", mcal_functions, PHP_MINIT(mcal), NULL, NULL, NULL, PHP_MINFO(mcal), STANDARD_MODULE_PROPERTIES
};
#if COMPILE_DL