From 679f3fbf130bc7725292232d680ebf6a9c4663a3 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Sun, 30 Mar 2008 11:44:15 +0000 Subject: [PATCH] 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 --- docs/manual/new_features_2_4.xml | 5 +++++ 1 file changed, 5 insertions(+) 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.
-- 2.40.0