From 7aa981f5b73ced8d28647e497d6023fac20e369a Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 5 Jul 1999 15:25:51 +0000 Subject: Correct option caching --- ext/pcre/php_pcre.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/php_pcre.h') 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 { -- cgit v1.2.1