mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Avoid unnecessary memory allocation/deallocations and pcre calls
This commit is contained in:
parent
7bf4fa69be
commit
dbaef7c038
2 changed files with 201 additions and 113 deletions
|
@ -44,6 +44,8 @@ typedef struct {
|
|||
pcre *re;
|
||||
pcre_extra *extra;
|
||||
int preg_options;
|
||||
int capture_count;
|
||||
int name_count;
|
||||
#if HAVE_SETLOCALE
|
||||
char *locale;
|
||||
unsigned const char *tables;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue