diff options
-rw-r--r-- | ext/mbstring/mbstring.h | 2 | ||||
-rw-r--r-- | ext/mbstring/php_mbregex.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h index 839d5cea55..22ff290c5d 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -158,7 +158,7 @@ ZEND_BEGIN_MODULE_GLOBALS(mbstring) mb_regex_t *search_re; struct mbre_registers *search_regs; #endif -ZEND_END_MODULE_GLOBALS(mbstring); +ZEND_END_MODULE_GLOBALS(mbstring) #define MB_OVERLOAD_MAIL 1 #define MB_OVERLOAD_STRING 2 diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c index ecf57fa0b1..147d464b38 100644 --- a/ext/mbstring/php_mbregex.c +++ b/ext/mbstring/php_mbregex.c @@ -30,7 +30,7 @@ #if HAVE_MBREGEX -extern ZEND_DECLARE_MODULE_GLOBALS(mbstring) +ZEND_EXTERN_MODULE_GLOBALS(mbstring) /* * string buffer |