]> granicus.if.org Git - apache/commitdiff
Merge r1555569:
authorStefan Fritsch <sf@apache.org>
Sun, 5 Jan 2014 16:30:49 +0000 (16:30 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 5 Jan 2014 16:30:49 +0000 (16:30 +0000)
    adjust compat info for named capturing groups

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555571 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 315a3b5f965d6d2556b011a8af8b4c7f892982a2..2b1957aa3e0d357a39bbc626c77709f2761677cd 100644 (file)
@@ -881,7 +881,7 @@ the contents of file-system directories matching a regular expression.</descript
       end of line ($) must be written with care.
     </note>
 
-    <p>From 2.5.0 onwards, named groups and backreferences are captured and
+    <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of paths to be referenced
     from within <a href="expr.html">expressions</a> and modules like
@@ -1741,7 +1741,7 @@ filenames</description>
 
     <p>would match most common Internet graphics formats.</p>
 
-    <p>From 2.5.0 onwards, named groups and backreferences are captured and
+    <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of files to be referenced
     from within <a href="expr.html">expressions</a> and modules like
@@ -2709,7 +2709,7 @@ matching URLs</description>
     <p>would match URLs that contained the substring <code>/extra/data</code>
     or <code>/special/data</code>.</p>
 
-    <p>From 2.5.0 onwards, named groups and backreferences are captured and
+    <p>From 2.4.8 onwards, named groups and backreferences are captured and
     written to the environment with the corresponding name prefixed with
     "MATCH_" and in upper case. This allows elements of URLs to be referenced
     from within <a href="expr.html">expressions</a> and modules like