summaryrefslogtreecommitdiff
path: root/ext/gettext/gettext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gettext/gettext.c')
-rw-r--r--ext/gettext/gettext.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/gettext/gettext.c b/ext/gettext/gettext.c
index f1f6c85a39..f29dbdba30 100644
--- a/ext/gettext/gettext.c
+++ b/ext/gettext/gettext.c
@@ -54,6 +54,7 @@ function_entry php_gettext_functions[] = {
/* }}} */
zend_module_entry php_gettext_module_entry = {
+ STANDARD_MODULE_HEADER,
"gettext",
php_gettext_functions,
NULL,
@@ -61,6 +62,7 @@ zend_module_entry php_gettext_module_entry = {
NULL,
NULL,
PHP_MINFO(gettext),
+ NO_VERSION_YET,
STANDARD_MODULE_PROPERTIES
};