diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index bdeb87b912..6d66e0f1fe 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -89,9 +89,6 @@ PHP_FUNCTION(substr_compare); PHP_FUNCTION(utf8_encode); PHP_FUNCTION(utf8_decode); PHP_FUNCTION(strcoll); -#if HAVE_STRFMON -PHP_FUNCTION(money_format); -#endif #if defined(ZTS) PHP_MINIT_FUNCTION(localeconv); |