From 38b16274d16f3a90dd42e340b8429041c6aa7365 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 19 Mar 2019 12:00:38 +0100 Subject: [PATCH] Revert unintended change I wanted to cache subpat names, but we can't do that because the cache relives request boundaries. --- ext/pcre/php_pcre.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1