summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-07-05 15:25:51 +0000
committerAndrey Hristov <andrey@php.net>1999-07-05 15:25:51 +0000
commit7aa981f5b73ced8d28647e497d6023fac20e369a (patch)
treefa97f8e764bfccc35cddf176e8b7131a2252a985 /ext/pcre/php_pcre.h
parentf6164dbf3a29a744adce732d658236d6a9f7e85b (diff)
downloadphp-git-7aa981f5b73ced8d28647e497d6023fac20e369a.tar.gz
Correct option caching
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 38042366f4..a367da3bd4 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -54,6 +54,7 @@ extern zend_module_entry pcre_module_entry;
typedef struct {
pcre *re;
pcre_extra *extra;
+ int preg_options;
} pcre_cache_entry;
typedef struct {