mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
- Binary compatibility stuff, for safety.
This commit is contained in:
parent
343d4314b4
commit
5d9495dfe7
@ -52,11 +52,11 @@ typedef struct {
|
||||
pcre *re;
|
||||
pcre_extra *extra;
|
||||
int preg_options;
|
||||
int compile_options;
|
||||
#if HAVE_SETLOCALE
|
||||
char *locale;
|
||||
unsigned const char *tables;
|
||||
#endif
|
||||
int compile_options;
|
||||
} pcre_cache_entry;
|
||||
|
||||
ZEND_BEGIN_MODULE_GLOBALS(pcre)
|
||||
|
Loading…
Reference in New Issue
Block a user