From: Wez Furlong Date: Mon, 14 Feb 2005 15:52:06 +0000 (+0000) Subject: experimental hooks for alan. X-Git-Tag: RELEASE_0_2_4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c1c64c2e79b57c803412cb42968b492d247c6a0;p=php experimental hooks for alan. Off limits to everyone else... pretend they are not there :) --- 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 */