You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/02/19 13:58:04 UTC

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

Author: jailletc36
Date: Sat Feb 19 13:58:04 2022
New Revision: 1898219

URL: http://svn.apache.org/viewvc?rev=1898219&view=rev
Log:
Add a compatibility note for the 'ldap' function.
[skip ci]

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=1898219&r1=1898218&r2=1898219&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml Sat Feb 19 13:58:04 2022
@@ -599,7 +599,8 @@ DIGIT       ::= <any US-ASCII digit "
             regular file)</td><td>restricted</td></tr>
     <tr><td><code>ldap</code></td>
         <td>Escape characters as required by LDAP distinguished name escaping
-            (RFC4514) and LDAP filter escaping (RFC4515).</td><td></td></tr>
+            (RFC4514) and LDAP filter escaping (RFC4515).<br />
+            (Available in httpd 2.4.53 and later)</td><td></td></tr>
     <tr><td><code>replace</code></td>
         <td>replace(string, "from", "to") replaces all occurrences of "from"
             in the string with "to". The first parameter must not be a literal string.