From: Moriyoshi Koizumi Date: Thu, 14 Nov 2002 19:04:29 +0000 (+0000) Subject: Fix build X-Git-Tag: BEFORE_RENAMING~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6841184abc023db230e00ba8832d5cfd324febd3;p=php Fix build --- diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index 2332a0ab0b..867d724944 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -34,7 +34,7 @@ ZEND_EXTERN_MODULE_GLOBALS(mbstring) #ifdef ZTS -static MUTEX_T mbregex_locale_mutex = NULL; +MUTEX_T mbregex_locale_mutex = NULL; #endif /*