From: Nick Kew Date: Sun, 30 Mar 2008 11:44:15 +0000 (+0000) Subject: Document the fact that ap_expr was added. X-Git-Tag: 2.3.0~839 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=679f3fbf130bc7725292232d680ebf6a9c4663a3;p=apache Document the fact that ap_expr was added. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 15f649c831..2a7abaa0e6 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -64,6 +64,11 @@ console. The user can thus be alerted to misconfiguration problems before the core open_logs hook function redirects console output to the error log. +
Expression Parser Added
+
We now have a general-purpose expression parser, whose API is + exposed in ap_expr.h. This is adapted from the + expression parser previously implemented in + mod_include.