From 457888ac449f247278d6d6da8603cce2490c85d4 Mon Sep 17 00:00:00 2001 From: Sean Bright Date: Wed, 17 Jan 2001 20:37:49 +0000 Subject: Put these back where they belong. They weren't necessary unless ZTS and HAVE_LOCALECONV were both defined. --- ext/standard/php_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_string.h') diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index c59f716e57..9193fd004e 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -84,7 +84,7 @@ PHP_FUNCTION(strcoll); #endif -#ifdef ZTS +#if defined(HAVE_LOCALECONV) && defined(ZTS) PHP_MINIT_FUNCTION(localeconv); PHP_MSHUTDOWN_FUNCTION(localeconv); #endif -- cgit v1.2.1