mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Binary compatibility stuff, for safety.
This commit is contained in:
parent
343d4314b4
commit
5d9495dfe7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue