diff options
Diffstat (limited to 'ext/domxml/domxml.c')
-rw-r--r-- | ext/domxml/domxml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/domxml.c b/ext/domxml/domxml.c index 6dae8c887c..684bb96292 100644 --- a/ext/domxml/domxml.c +++ b/ext/domxml/domxml.c @@ -70,7 +70,7 @@ static zend_function_entry php_domxmlattr_class_functions[] = { {NULL, NULL, NULL} }; -php3_module_entry php3_domxml_module_entry = { +zend_module_entry php3_domxml_module_entry = { "DOM", php_domxml_functions, PHP_MINIT(domxml), NULL, NULL, NULL, PHP_MINFO(domxml), STANDARD_MODULE_PROPERTIES }; |