diff options
author | Edward Rudd | 2004-06-03 04:32:08 +0000 |
---|---|---|
committer | Edward Rudd | 2004-06-03 04:32:08 +0000 |
commit | 21122f1bb734aa00fc14564d801ea9dc4804c793 (patch) | |
tree | 3d4920b9a47a3528de8c4ac80c402853e9d14719 /apache13.h | |
parent | f73dc64cd6dba290a7e062520a421de2b02f82a4 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |