summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 266f6760c6..fb90395f75 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -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;