summaryrefslogtreecommitdiff
path: root/ext/dav/dav.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dav/dav.c')
-rw-r--r--ext/dav/dav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dav/dav.c b/ext/dav/dav.c
index f82385968a..89a6c27ca8 100644
--- a/ext/dav/dav.c
+++ b/ext/dav/dav.c
@@ -88,7 +88,7 @@ function_entry phpdav_functions[] = {
};
zend_module_entry phpdav_module_entry = {
- "DAV", /* extension name */
+ "dav", /* extension name */
phpdav_functions, /* extension function list */
PHP_MINIT(phpdav), /* extension-wide startup function */
PHP_MSHUTDOWN(phpdav), /* extension-wide shutdown function */