diff options
| author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-10-28 16:41:16 +0100 |
|---|---|---|
| committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-10-28 16:41:16 +0100 |
| commit | c2f56d0546832abee24961daf47872ccebd52266 (patch) | |
| tree | 2034d3b64df6d3ebc95e737dc0211e6725b5e070 /ext/pdo_firebird/php_pdo_firebird_int.h | |
| parent | b897d19552d195b5cad9d74f9c4c2d3504e68a89 (diff) | |
| parent | 3fb42a382cdd64015375eec4c3a8d708ea17a06b (diff) | |
| download | php-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.h | 4 |
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; |
