summaryrefslogtreecommitdiffstatsabout
path: root/apache13.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-06-03 04:32:08 (GMT)
commit21122f1bb734aa00fc14564d801ea9dc4804c793 (patch)
tree3d4920b9a47a3528de8c4ac80c402853e9d14719 /apache13.h
parentf73dc64cd6dba290a7e062520a421de2b02f82a4 (diff)
moved quoting of fields to DB driver
fixed segfault in the mysql escape string function DBi driver working with postgresql.
Diffstat (limited to 'apache13.h')
-rw-r--r--apache13.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apache13.h b/apache13.h
index ce4ec64..77bf0ce 100644
--- a/apache13.h
+++ b/apache13.h
@@ -54,6 +54,7 @@
54 54
55#define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) 55#define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b)
56#define apr_pool_destroy ap_destroy_pool 56#define apr_pool_destroy ap_destroy_pool
57#define apr_pool_cleanup_register ap_register_cleanup
57#define apr_palloc ap_palloc 58#define apr_palloc ap_palloc
58#define apr_pcalloc ap_pcalloc 59#define apr_pcalloc ap_pcalloc
59#define apr_pstrdup ap_pstrdup 60#define apr_pstrdup ap_pstrdup