From a582b2af851e681594ac9ac56c2372d896645ac2 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Wed, 22 Sep 2010 12:38:42 +0000 Subject: [PATCH] Add ap_rxplus to new_api docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999911 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/new_api_2_4.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml index 5a3fe705cc..21bc4e0e06 100644 --- a/docs/manual/developer/new_api_2_4.xml +++ b/docs/manual/developer/new_api_2_4.xml @@ -63,6 +63,14 @@ ap_mpm_register_timed_callback is new.

+
+ ap_regex (changed) +

In addition to the existing regexp wrapper, a new higher-level API + ap_rxplus is now provided. This provides the capability to + compile Perl-style expressions like s/regexp/replacement/flags + and to execute them against arbitrary strings. Also regexp memory.

+
+
ap_slotmem (NEW!)

Introduces an API for modules to allocate and manage memory slots -- 2.50.1