From 0592feb2a1df51b8d35b20812f54012c60ee1f30 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 15 Jan 2001 10:48:48 +0000 Subject: [PATCH] Nuke a couple of warnings --- ext/standard/php_string.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 807ea2c5d6..7a2c5ecfb0 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -80,6 +80,12 @@ PHP_FUNCTION(substr_count); PHP_FUNCTION(str_pad); PHP_FUNCTION(sscanf); + +#if defined(HAVE_LOCALECONV) && defined(ZTS) +PHP_MINIT_FUNCTION(localeconv); +PHP_MSHUTDOWN_FUNCTION(localeconv); +#endif + #define strnatcmp(a, b) \ strnatcmp_ex(a, strlen(a), b, strlen(b), 0) #define strnatcasecmp(a, b) \ -- 2.40.0