File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -468,9 +468,12 @@ struct _pdo_dbh_t {
468468 /* bitmap for pdo_param_event(s) to skip in dispatch_param_event */
469469 unsigned skip_param_evt:7 ;
470470
471+ /* defaults for fetches */
472+ unsigned default_fetch_type:9 ;
473+
471474 /* the sum of the number of bits here and the bit fields preceding should
472475 * equal 32 */
473- unsigned _reserved_flags:14 ;
476+ unsigned _reserved_flags:5 ;
474477
475478 /* data source string used to open this handle */
476479 const char *data_source;
@@ -503,9 +506,6 @@ struct _pdo_dbh_t {
503506 * when PDO::query() fails */
504507 pdo_stmt_t *query_stmt;
505508 zval query_stmt_zval;
506-
507- /* defaults for fetches */
508- enum pdo_fetch_type default_fetch_type;
509509};
510510
511511/* represents a connection to a database */
You can’t perform that action at this time.
0 commit comments