From fed6c2193486e7489f02527e42f29b1c5f172f60 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 10 Apr 2012 13:20:43 +0000 Subject: [PATCH] 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 --- docs/manual/developer/modguide.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index a877c0f4f48..75dec5b9b42 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:
-- 2.47.3