diff options
| author | Wez Furlong <wez@php.net> | 2005-02-14 15:52:06 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2005-02-14 15:52:06 +0000 |
| commit | 6c1c64c2e79b57c803412cb42968b492d247c6a0 (patch) | |
| tree | 54df5519bf3580e594826836fcab7fbbedd18ea4 /ext/pdo/php_pdo_driver.h | |
| parent | 47e1961561b84cf8a83c440f9aa104872aa855d8 (diff) | |
| download | php-git-6c1c64c2e79b57c803412cb42968b492d247c6a0.tar.gz | |
experimental hooks for alan.
Off limits to everyone else... pretend they are not there :)
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 7 |
1 files changed, 6 insertions, 1 deletions
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 */ |
