diff options
Diffstat (limited to 'docs/manual/expr.html.en.utf8')
-rw-r--r-- | docs/manual/expr.html.en.utf8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/expr.html.en.utf8 b/docs/manual/expr.html.en.utf8 index 67c458eb8f..c84a0368c3 100644 --- a/docs/manual/expr.html.en.utf8 +++ b/docs/manual/expr.html.en.utf8 @@ -549,7 +549,8 @@ DIGIT ::= <any US-ASCII digit "0".."9"></pre> 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 /></tr> + (RFC4514) and LDAP filter escaping (RFC4515).<br /> + (Available in httpd 2.4.53 and later)</td><td /></tr> <tr class="odd"><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. |