On Wed, Mar 27, 2019 at 5:41 PM C. Scott Ananian <canan...@wikimedia.org>
wrote:

> I've created https://github.com/php/php-src/pull/3994 implementing this
> fix, and confirmed that it is sufficient to get my large regexp interned
> when it is rewritten as a class constant referencing
> HTMLData::NAMED_ENTITY_REGEX.
>

After some discussion on PR #3994, it was determined that splitting the
pcre cache to allow per-request caching would be a better solution.  I'm
closing #3994 and I've created https://github.com/php/php-src/pull/4004
with an initial implementation of the split PCRE cache.
 --scott

-- 
(http://cscott.net)

Reply via email to