History log of /php-src/ext/pdo_firebird/pdo_firebird_utils.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 7ebdd7d0 29-Aug-2024 Peter Kokot

Trim trailing whitespace (#15649)

[skip ci]


# 225034db 12-Aug-2024 Simonov Denis

pdo_firebird: Formatting time zone types

As a follow-up to the commit which introduced support for Firebird 4.0+
data types[1], we add support for formats for types with time zones.

pdo_firebird: Formatting time zone types

As a follow-up to the commit which introduced support for Firebird 4.0+
data types[1], we add support for formats for types with time zones.

Since this uses the newer Firebird C++ API, pdo_firebird now requires a
C++ compiler to be built.

[1] <https://github.com/php/php-src/pull/14897>

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Closes GH-15230.

show more ...