diff options
Diffstat (limited to 'ext/gettext/php_gettext.h')
-rw-r--r-- | ext/gettext/php_gettext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/gettext/php_gettext.h b/ext/gettext/php_gettext.h index 1cfa68f09c..8a2faf9f7c 100644 --- a/ext/gettext/php_gettext.h +++ b/ext/gettext/php_gettext.h @@ -36,9 +36,15 @@ PHP_FUNCTION(gettext); PHP_FUNCTION(dgettext); PHP_FUNCTION(dcgettext); PHP_FUNCTION(bindtextdomain); +#if HAVE_NGETTEXT PHP_FUNCTION(ngettext); +#endif +#if HAVE_DNGETTEXT PHP_FUNCTION(dngettext); +#endif +#if HAVE_DCNGETTEXT PHP_FUNCTION(dcngettext); +#endif #else #define gettext_module_ptr NULL |