From: Adam Baratz Date: Thu, 20 Oct 2016 21:34:29 +0000 (-0400) Subject: Remove DBDO-specific field X-Git-Tag: php-7.2.0alpha1~1057 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c867cb8e58c5bd37e89c94220a0f82bea3cf914;p=php Remove DBDO-specific field DBDO is a PECL package which hasn't been updated since 2010 and has been marked as unmaintained. Additionally, I can't find a reference to this field in the latest source. --- 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 */