Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 43273 invoked from network); 22 Sep 2010 12:39:08 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 12:39:08 -0000 Received: (qmail 89463 invoked by uid 500); 22 Sep 2010 12:39:07 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89252 invoked by uid 500); 22 Sep 2010 12:39:04 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89245 invoked by uid 99); 22 Sep 2010 12:39:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 12:39:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 12:39:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C9C0B2388A41; Wed, 22 Sep 2010 12:38:42 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r999911 - /httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml Date: Wed, 22 Sep 2010 12:38:42 -0000 To: cvs@httpd.apache.org From: niq@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100922123842.C9C0B2388A41@eris.apache.org> Author: niq Date: Wed Sep 22 12:38:42 2010 New Revision: 999911 URL: http://svn.apache.org/viewvc?rev=999911&view=rev Log: Add ap_rxplus to new_api docs Modified: httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml Modified: httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml?rev=999911&r1=999910&r2=999911&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml (original) +++ httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml Wed Sep 22 12:38:42 2010 @@ -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