Add entries for new behavior of PDO_ODBC server info/version attributes

This commit is contained in:
Ben Ramsey 2021-05-07 16:41:26 -05:00
parent ef938d5ee4
commit 01ce8d3a78
No known key found for this signature in database
GPG Key ID: F9C39DC0B9698544
2 changed files with 8 additions and 0 deletions

4
NEWS
View File

@ -91,6 +91,10 @@ PHP NEWS
. PDO MySQL:
. Fixed bug#80908 (PDO::lastInsertId() return wrong). (matt)
. PDO ODBC:
. Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for
PDO::getAttribute(). (Calvin Buckley)
. PDO SQLite:
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)

View File

@ -297,6 +297,10 @@ PHP 8.1 UPGRADE NOTES
. All GMP function now accept octal string with the leading octal prefix ("0o"/"0O")
RFC: https://wiki.php.net/rfc/explicit_octal_notation
- PDO ODBC:
. PDO::getAttributes() with PDO::ATTR_SERVER_INFO and PDO::ATTR_SERVER_VERSION
now return values instead of throwing PDOException.
========================================
6. New Functions
========================================