summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-20 12:37:16 +0100
committerYann Ylavic <ylavic@apache.org>2022-01-20 12:37:16 +0100
commit702712a43d0a2d671e001e7c0107a79aaaa4fc3c (patch)
tree8a48e996d0db59fb84daf8d9f053bc2a6fd50a75
parentFollow up to r1897240: APR_HAS_THREAD_LOCAL wants #ifdef instead of #if. (diff)
downloadapache2-702712a43d0a2d671e001e7c0107a79aaaa4fc3c.tar.xz
apache2-702712a43d0a2d671e001e7c0107a79aaaa4fc3c.zip
Follow up to r1897240: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897242 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--changes-entries/ap_regex_thread_local.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/ap_regex_thread_local.txt b/changes-entries/ap_regex_thread_local.txt
new file mode 100644
index 0000000000..253d386b12
--- /dev/null
+++ b/changes-entries/ap_regex_thread_local.txt
@@ -0,0 +1,2 @@
+ *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+ when an efficient TLS implementation is available. [Yann Ylavic]