moriyoshi Thu Nov 14 14:04:30 2002 EDT
Modified files:
/php4/ext/mbstring php_mbregex.c
Log:
Fix build
Index: php4/ext/mbstring/php_mbregex.c
diff -u php4/ext/mbstring/php_mbregex.c:1.20 php4/ext/mbstring/php_mbregex.c:1.21
--- php4/ext/mbstring/php_mbregex.c:1.20 Thu Nov 14 13:54:42 2002
+++ php4/ext/mbstring/php_mbregex.c Thu Nov 14 14:04:29 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mbregex.c,v 1.20 2002/11/14 18:54:42 moriyoshi Exp $ */
+/* $Id: php_mbregex.c,v 1.21 2002/11/14 19:04:29 moriyoshi Exp $ */
#ifdef HAVE_CONFIG_H
@@ -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
/*
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php