Re: PCRE ticket review
- Posted by ghaberek (admin) Nov 28, 2022
- 923 views
I updated the latest code to use PCRE 8.45 back in January of this year (See 3af58d7) which is considered the "last" release of PCRE. So yes, the solution would be to migrate to PCRE2 for a later release.
Given the difficulty in maintaining a large code base that incorporates sources from several other projects, I'm leaning towards some sort of "package" system and moving things like PCRE2 as an external library.
-Greg