File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,10 @@ PHP NEWS
91
91
. PDO MySQL:
92
92
. Fixed bug#80908 (PDO::lastInsertId() return wrong). (matt)
93
93
94
+ . PDO ODBC:
95
+ . Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for
96
+ PDO::getAttribute(). (Calvin Buckley)
97
+
94
98
. PDO SQLite:
95
99
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
96
100
Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ PHP 8.1 UPGRADE NOTES
297
297
. All GMP function now accept octal string with the leading octal prefix ("0o"/"0O")
298
298
RFC: https://wiki.php.net/rfc/explicit_octal_notation
299
299
300
+ - PDO ODBC:
301
+ . PDO::getAttributes() with PDO::ATTR_SERVER_INFO and PDO::ATTR_SERVER_VERSION
302
+ now return values instead of throwing PDOException.
303
+
300
304
========================================
301
305
6. New Functions
302
306
========================================
You can’t perform that action at this time.
0 commit comments