]> granicus.if.org Git - php/commitdiff
Remove DBDO-specific field
authorAdam Baratz <adambaratz@php.net>
Thu, 20 Oct 2016 21:34:29 +0000 (17:34 -0400)
committerAdam Baratz <adambaratz@php.net>
Thu, 20 Oct 2016 21:39:00 +0000 (17:39 -0400)
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.

ext/pdo/php_pdo_driver.h

index f4420dcbdd4ec27de73e16820787efb25a6b3f53..7f3acc73957bf4f08b36d9c51d2e5cef12c2a0fe 100644 (file)
@@ -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 */