You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/12/16 16:10:45 UTC

svn commit: r1422594 - /httpd/httpd/trunk/docs/manual/expr.xml

Author: rjung
Date: Sun Dec 16 15:10:45 2012
New Revision: 1422594

URL: http://svn.apache.org/viewvc?rev=1422594&view=rev
Log:
Add a version compatibility section to the
expression parser docs page.

Modified:
    httpd/httpd/trunk/docs/manual/expr.xml

Modified: httpd/httpd/trunk/docs/manual/expr.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml?rev=1422594&r1=1422593&r2=1422594&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Sun Dec 16 15:10:45 2012
@@ -566,4 +566,15 @@ listfunction ::= listfuncname "<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>