]> granicus.if.org Git - php/commitdiff
Nuke a couple of warnings
authorZeev Suraski <zeev@php.net>
Mon, 15 Jan 2001 10:48:48 +0000 (10:48 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 15 Jan 2001 10:48:48 +0000 (10:48 +0000)
ext/standard/php_string.h

index 807ea2c5d62adeb136bd108367624caf94320744..7a2c5ecfb0bb925f0a4a532ce4bbe7b000fb9af9 100644 (file)
@@ -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) \