diff options
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r-- | ext/mbstring/php_mbregex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 /* |