mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Add entries for new behavior of PDO_ODBC server info/version attributes
This commit is contained in:
parent
ef938d5ee4
commit
01ce8d3a78
4
NEWS
4
NEWS
@ -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)
|
||||
|
||||
|
@ -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
|
||||
========================================
|
||||
|
Loading…
Reference in New Issue
Block a user