From: Nikita Popov Date: Tue, 19 Mar 2019 11:00:38 +0000 (+0100) Subject: Revert unintended change X-Git-Tag: php-7.4.0alpha1~714 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38b16274d16f3a90dd42e340b8429041c6aa7365;p=php Revert unintended change I wanted to cache subpat names, but we can't do that because the cache relives request boundaries. --- 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;