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 {
468
468
/* bitmap for pdo_param_event(s) to skip in dispatch_param_event */
469
469
unsigned skip_param_evt:7 ;
470
470
471
+ /* defaults for fetches */
472
+ unsigned default_fetch_type:9 ;
473
+
471
474
/* the sum of the number of bits here and the bit fields preceding should
472
475
* equal 32 */
473
- unsigned _reserved_flags:14 ;
476
+ unsigned _reserved_flags:5 ;
474
477
475
478
/* data source string used to open this handle */
476
479
const char *data_source;
@@ -503,9 +506,6 @@ struct _pdo_dbh_t {
503
506
* when PDO::query() fails */
504
507
pdo_stmt_t *query_stmt;
505
508
zval query_stmt_zval;
506
-
507
- /* defaults for fetches */
508
- enum pdo_fetch_type default_fetch_type;
509
509
};
510
510
511
511
/* represents a connection to a database */
You can’t perform that action at this time.
0 commit comments