From: Nick Kew Date: Wed, 22 Sep 2010 12:38:42 +0000 (+0000) Subject: Add ap_rxplus to new_api docs X-Git-Tag: 2.3.9~459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a582b2af851e681594ac9ac56c2372d896645ac2;p=apache 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 --- 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