You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2022/02/08 10:49:28 UTC

svn commit: r1897855 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Tue Feb  8 10:49:28 2022
New Revision: 1897855

URL: http://svn.apache.org/viewvc?rev=1897855&view=rev
Log:
Propose PCRE2 with Thread Local Storage [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1897855&r1=1897854&r2=1897855&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Feb  8 10:49:28 2022
@@ -176,6 +176,7 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
              impact is significant from using malloc here.
      ylavic: A follow up backport (based on this one) using thread locals to
              reuse ap_regex*() contexts: https://github.com/apache/httpd/pull/289
+             Proposed for backport below, in place of or after this one.
      rpluem: +1 on PR 289 as well.
 
 
@@ -236,6 +237,41 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       svn merge -c 1897182,1897614,1897615,1897619 ^/httpd/httpd/trunk .
      +1: rpluem, jorton
 
+  *) 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,
+     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?
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]