]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a version compatibility section to the
authorRainer Jung <rjung@apache.org>
Sun, 16 Dec 2012 15:10:45 +0000 (15:10 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 16 Dec 2012 15:10:45 +0000 (15:10 +0000)
expression parser docs page.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422594 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.xml

index cbf0d4e2d96354931f3f7e6ad1eeae5ef148fe54..39565451407a89cbee236153a559b9b77b73fbde 100644 (file)
@@ -566,4 +566,15 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     module="mod_ssl">SSLRequire</directive>'s documentation.</p>
 </section>
 
+<section id="compatibility">
+    <title>Version History</title>
+    <p>The <code>req_novary</code> <a href="#functions">function</a>
+    is available for versions 2.4.4 and later.</p>
+    <p>The <code>SERVER_PROTOCOL_VERSION</code>,
+    <code>SERVER_PROTOCOL_VERSION_MAJOR</code> and
+    <code>SERVER_PROTOCOL_VERSION_MINOR</code>
+    <a href="#vars">variables</a>
+    are available for versions 2.5.0 and later.</p>
+</section>
+
 </manualpage>