mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Improve use of module_globals macros
This commit is contained in:
parent
492efe963f
commit
4efba9ef9d
@ -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
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#if HAVE_MBREGEX
|
||||
|
||||
extern ZEND_DECLARE_MODULE_GLOBALS(mbstring)
|
||||
ZEND_EXTERN_MODULE_GLOBALS(mbstring)
|
||||
|
||||
/*
|
||||
* string buffer
|
||||
|
Loading…
Reference in New Issue
Block a user