From 21122f1bb734aa00fc14564d801ea9dc4804c793 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Thu, 03 Jun 2004 04:32:08 +0000 Subject: moved quoting of fields to DB driver fixed segfault in the mysql escape string function DBi driver working with postgresql. --- (limited to 'apache13.h') diff --git a/apache13.h b/apache13.h index ce4ec64..77bf0ce 100644 --- a/apache13.h +++ b/apache13.h @@ -54,6 +54,7 @@ #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) #define apr_pool_destroy ap_destroy_pool +#define apr_pool_cleanup_register ap_register_cleanup #define apr_palloc ap_palloc #define apr_pcalloc ap_pcalloc #define apr_pstrdup ap_pstrdup -- cgit v0.9.2