]> granicus.if.org Git - apache/commitdiff
adjust compat info for named capturing groups
authorStefan Fritsch <sf@apache.org>
Sun, 5 Jan 2014 16:28:54 +0000 (16:28 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 5 Jan 2014 16:28:54 +0000 (16:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555569 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 0fdbdd63a38de77fe8e23625dc7387e5da199273..29ff3d80c48f5c942bf9f64f786fe5da7cfdb96f 100644 (file)
@@ -886,7 +886,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
@@ -1749,7 +1749,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
@@ -2715,7 +2715,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