]> granicus.if.org Git - php/commitdiff
experimental hooks for alan.
authorWez Furlong <wez@php.net>
Mon, 14 Feb 2005 15:52:06 +0000 (15:52 +0000)
committerWez Furlong <wez@php.net>
Mon, 14 Feb 2005 15:52:06 +0000 (15:52 +0000)
Off limits to everyone else... pretend they are not there :)

ext/pdo/php_pdo_driver.h

index fea279afc7665a6f2e01f1f1557511cfb9fb5cab..51d3f80d7214eceda239743bf1cffc53c507b8c8 100755 (executable)
@@ -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 */