diff options
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r-- | ext/gettext/php_gettext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 8a2faf9f7c..3fac0a16cf 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -45,6 +45,9 @@ PHP_FUNCTION(dngettext); #if HAVE_DCNGETTEXT PHP_FUNCTION(dcngettext); #endif +#if HAVE_BIND_TEXTDOMAIN_CODESET +PHP_FUNCTION(bind_textdomain_codeset); +#endif #else #define gettext_module_ptr NULL |