diff options
author | Andrey Hristov <andrey@php.net> | 1999-07-05 15:25:51 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 1999-07-05 15:25:51 +0000 |
commit | 7aa981f5b73ced8d28647e497d6023fac20e369a (patch) | |
tree | fa97f8e764bfccc35cddf176e8b7131a2252a985 /ext/pcre/php_pcre.h | |
parent | f6164dbf3a29a744adce732d658236d6a9f7e85b (diff) | |
download | php-git-7aa981f5b73ced8d28647e497d6023fac20e369a.tar.gz |
Correct option caching
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 1 |
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 { |