On Fri, Feb 18, 2022 at 2:14 PM <cove...@apache.org> wrote: > > Author: covener > Date: Fri Feb 18 13:14:13 2022 > New Revision: 1898181 > > URL: http://svn.apache.org/viewvc?rev=1898181&view=rev > Log: > vote/promote > > + *) Support PCRE2 with buffers reuse through Thread Local Storage. > + trunk patches: > + http://svn.apache.org/r1897240 > + http://svn.apache.org/r1897241 > + http://svn.apache.org/r1897242 > + http://svn.apache.org/r1897244 > + http://svn.apache.org/r1897248 > + http://svn.apache.org/r1897250 > + http://svn.apache.org/r1897260 > + http://svn.apache.org/r1897261 > + http://svn.apache.org/r1897263 > + http://svn.apache.org/r1897386 > + http://svn.apache.org/r1897459 > + http://svn.apache.org/r1897460 > + http://svn.apache.org/r1897461 > + http://svn.apache.org/r1897462 > + http://svn.apache.org/r1897472 > + http://svn.apache.org/r1897543 > + http://svn.apache.org/r1612934 > + http://svn.apache.org/r1612940 > + http://svn.apache.org/r1613189 > + http://svn.apache.org/r1897651 > + http://svn.apache.org/r1897680 > + http://svn.apache.org/r1897689 > + http://svn.apache.org/r1897691 > + http://svn.apache.org/r1897692 > + 2.4.x patches: > + https://github.com/apache/httpd/pull/289.diff > + (PR: https://github.com/apache/httpd/pull/289) > + +1: ylavic, rpluem, covener > + ylavic: This backport proposal inludes the PCRE2 backport already > accepted, > + we can apply this one instead or the original one first and then > + this one (I'd have to rebase the github PR first). > + ylavic: Can someone test this on Windows too?
Re-reading the Windows changes I think I missed this hunk: https://github.com/apache/httpd/compare/603013973a7e16188ad62d0b98f3935ce2448b24..b46b8734d738301e56587635fef4570ead869119 otherwise !AP_HAS_THREAD_LOCAL wouldn't work as expected there on Windows. Now updated in PR 289. Regards; Yann.