diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index eb6330c34b..d63f91b254 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -85,7 +85,9 @@ PHP_FUNCTION(sscanf); #ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); #endif - +#if HAVE_STRFMON +PHP_FUNCTION(money_format); +#endif #if defined(HAVE_LOCALECONV) && defined(ZTS) PHP_MINIT_FUNCTION(localeconv); |