diff options
Diffstat (limited to 'ext/gettext/gettext.c')
-rw-r--r-- | ext/gettext/gettext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gettext/gettext.c b/ext/gettext/gettext.c index f4d6694cee..bbca3fe169 100644 --- a/ext/gettext/gettext.c +++ b/ext/gettext/gettext.c @@ -92,7 +92,7 @@ ZEND_END_ARG_INFO() /* {{{ php_gettext_functions[] */ -const zend_function_entry php_gettext_functions[] = { +static const zend_function_entry php_gettext_functions[] = { PHP_NAMED_FE(textdomain, zif_textdomain, arginfo_textdomain) PHP_NAMED_FE(gettext, zif_gettext, arginfo_gettext) /* Alias for gettext() */ |