summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/php_pdo_firebird_int.h
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-10-28 16:41:16 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-10-28 16:41:16 +0100
commitc2f56d0546832abee24961daf47872ccebd52266 (patch)
tree2034d3b64df6d3ebc95e737dc0211e6725b5e070 /ext/pdo_firebird/php_pdo_firebird_int.h
parentb897d19552d195b5cad9d74f9c4c2d3504e68a89 (diff)
parent3fb42a382cdd64015375eec4c3a8d708ea17a06b (diff)
downloadphp-git-c2f56d0546832abee24961daf47872ccebd52266.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Add support for Interbase 1 dialect
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird_int.h')
-rw-r--r--ext/pdo_firebird/php_pdo_firebird_int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h
index f846922eb4..1528b417ae 100644
--- a/ext/pdo_firebird/php_pdo_firebird_int.h
+++ b/ext/pdo_firebird/php_pdo_firebird_int.h
@@ -84,10 +84,12 @@ typedef struct {
char *time_format;
char *timestamp_format;
+ unsigned sql_dialect:2;
+
/* prepend table names on column names in fetch */
unsigned fetch_table_names:1;
- unsigned _reserved:31;
+ unsigned _reserved:29;
} pdo_firebird_db_handle;