diff options
author | André Malo <nd@apache.org> | 2008-04-02 17:07:57 +0200 |
---|---|---|
committer | André Malo <nd@apache.org> | 2008-04-02 17:07:57 +0200 |
commit | 832cdcf565d926fc2628b5ead96df0a5a6836639 (patch) | |
tree | 44d13cae4cb14bb8e6edde6d99a8559a4c0c506d /docs/manual/new_features_2_4.html.en | |
parent | Remove ap_expr_clone from the API (same day it was added:-) (diff) | |
download | apache2-832cdcf565d926fc2628b5ead96df0a5a6836639.tar.xz apache2-832cdcf565d926fc2628b5ead96df0a5a6836639.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@643930 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/new_features_2_4.html.en')
-rw-r--r-- | docs/manual/new_features_2_4.html.en | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 5814c56d66..2245349746 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -63,6 +63,11 @@ console. The user can thus be alerted to misconfiguration problems before the core <code>open_logs</code> hook function redirects console output to the error log.</dd> + <dt>Expression Parser Added</dt> + <dd>We now have a general-purpose expression parser, whose API is + exposed in <var>ap_expr.h</var>. This is adapted from the + expression parser previously implemented in + <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>.</dd> </dl> </div></div> <div class="bottomlang"> |