summaryrefslogtreecommitdiff
path: root/ext/wddx/wddx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/wddx.c')
-rw-r--r--ext/wddx/wddx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c
index 0f75b69021..e0d48c3c0d 100644
--- a/ext/wddx/wddx.c
+++ b/ext/wddx/wddx.c
@@ -109,7 +109,7 @@ function_entry wddx_functions[] = {
};
zend_module_entry wddx_module_entry = {
- "WDDX", wddx_functions, php_minit_wddx, NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
+ "wddx", wddx_functions, php_minit_wddx, NULL, NULL, NULL, NULL, STANDARD_MODULE_PROPERTIES
};
/* }}} */