diff options
author | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-11-17 21:10:37 +0100 |
---|---|---|
committer | Máté Kocsis <kocsismate@woohoolabs.com> | 2019-12-05 13:15:54 +0100 |
commit | 144b41ce8805e2afcdaa16e3dea350aa136f8849 (patch) | |
tree | b4e96fa14ae733a22070cbe21bc0a3ebd94e48a8 /ext/standard/php_string.h | |
parent | 64468d1e3b305e759b3af03477532d2b2595e4f5 (diff) | |
download | php-git-144b41ce8805e2afcdaa16e3dea350aa136f8849.tar.gz |
Remove money_format() function
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); |