On Wed, Sep 22, 2010 at 8:38 AM, <[email protected]> wrote: > 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 @@ > <code>ap_mpm_register_timed_callback</code> is new.</p> > </section> > > + <section id="ap_regex"> > + <title>ap_regex (changed)</title> > + <p>In addition to the existing regexp wrapper, a new higher-level API > + <code>ap_rxplus</code> is now provided. This provides the capability to > + compile Perl-style expressions like > <code>s/regexp/replacement/flags</code> > + and to execute them against arbitrary strings. Also regexp memory.</p> > + </section> >
Can you clarify "Also regexp memory." ?
