From 6c1c64c2e79b57c803412cb42968b492d247c6a0 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 14 Feb 2005 15:52:06 +0000 Subject: [PATCH] experimental hooks for alan. Off limits to everyone else... pretend they are not there :) --- ext/pdo/php_pdo_driver.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index fea279afc7..51d3f80d72 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -35,7 +35,7 @@ struct pdo_bound_param_data; # define FALSE 0 #endif -#define PDO_DRIVER_API 20050213 +#define PDO_DRIVER_API 20050214 enum pdo_param_type { PDO_PARAM_NULL, @@ -452,6 +452,11 @@ struct pdo_column_data { unsigned long maxlen; enum pdo_param_type param_type; unsigned long precision; + + /* don't touch the following fields unless your name is dbdo */ + char *native_type_name; + int abstract_type; + int abstract_flags; }; /* describes a bound parameter */ -- 2.50.1