From: Stefan Fritsch Date: Sun, 5 Jan 2014 16:28:54 +0000 (+0000) Subject: adjust compat info for named capturing groups X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d26f056b93a121b904d081416a2d89ddb5eb9f1;p=thirdparty%2Fapache%2Fhttpd.git adjust compat info for named capturing groups git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555569 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0fdbdd63a38..29ff3d80c48 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -886,7 +886,7 @@ the contents of file-system directories matching a regular expression. -

From 2.5.0 onwards, named groups and backreferences are captured and +

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 expressions and modules like @@ -1749,7 +1749,7 @@ filenames

would match most common Internet graphics formats.

-

From 2.5.0 onwards, named groups and backreferences are captured and +

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 expressions and modules like @@ -2715,7 +2715,7 @@ matching URLs

would match URLs that contained the substring /extra/data or /special/data.

-

From 2.5.0 onwards, named groups and backreferences are captured and +

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 expressions and modules like