From 144b41ce8805e2afcdaa16e3dea350aa136f8849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sun, 17 Nov 2019 21:10:37 +0100 Subject: Remove money_format() function --- ext/standard/php_string.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/standard/php_string.h') 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); -- cgit v1.2.1