From: Daniel Gruno Date: Tue, 10 Apr 2012 13:20:43 +0000 (+0000) Subject: Update APR references to APR 1.4.x X-Git-Tag: 2.5.0-alpha~7218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e21875d49ec1973940e826cc133d34412300ca60;p=apache Update APR references to APR 1.4.x Add mention of apr_psprintf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1311709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index a877c0f4f4..75dec5b9b4 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -410,12 +410,15 @@ In our module, we will primarilly be allocating memory for each request, so it's use the r->pool reference when creating new objects. A few of the functions for allocating memory within a pool are: Let's put these functions into an example handler: