summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-rw-r--r--ext/pdo/php_pdo_driver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h
index f4420dcbdd..7f3acc7395 100644
--- a/ext/pdo/php_pdo_driver.h
+++ b/ext/pdo/php_pdo_driver.h
@@ -46,7 +46,7 @@ PDO_API char *php_pdo_int64_to_str(pdo_int64_t i64);
# define FALSE 0
#endif
-#define PDO_DRIVER_API 20150127
+#define PDO_DRIVER_API 20161020
enum pdo_param_type {
PDO_PARAM_NULL,
@@ -529,9 +529,6 @@ struct pdo_column_data {
size_t maxlen;
zend_ulong precision;
enum pdo_param_type param_type;
-
- /* don't touch this unless your name is dbdo */
- void *dbdo_data;
};
/* describes a bound parameter */