summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-03-19 12:00:38 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-03-19 12:01:37 +0100
commit38b16274d16f3a90dd42e340b8429041c6aa7365 (patch)
treee5eba08100240d50137b06d7692bd59b0af85fd3 /ext/pcre/php_pcre.c
parent525f19bef55387085e056891840dde344eb04338 (diff)
downloadphp-git-38b16274d16f3a90dd42e340b8429041c6aa7365.tar.gz
Revert unintended change
I wanted to cache subpat names, but we can't do that because the cache relives request boundaries.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r--ext/pcre/php_pcre.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c
index 2524e77246..106936e936 100644
--- a/ext/pcre/php_pcre.c
+++ b/ext/pcre/php_pcre.c
@@ -47,7 +47,6 @@
struct _pcre_cache_entry {
pcre2_code *re;
- zend_string **subpat_names;
uint32_t preg_options;
uint32_t capture_count;
uint32_t name_count;