Skip to content

Commit 01ce8d3

Browse files
committed
Add entries for new behavior of PDO_ODBC server info/version attributes
1 parent ef938d5 commit 01ce8d3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ PHP NEWS
9191
. PDO MySQL:
9292
. Fixed bug#80908 (PDO::lastInsertId() return wrong). (matt)
9393

94+
. PDO ODBC:
95+
. Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for
96+
PDO::getAttribute(). (Calvin Buckley)
97+
9498
. PDO SQLite:
9599
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
96100

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ PHP 8.1 UPGRADE NOTES
297297
. All GMP function now accept octal string with the leading octal prefix ("0o"/"0O")
298298
RFC: https://wiki.php.net/rfc/explicit_octal_notation
299299

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+
300304
========================================
301305
6. New Functions
302306
========================================

0 commit comments

Comments
 (0)