]> granicus.if.org Git - php/commitdiff
NEWS and UPGRADING
authorRemi Collet <remi@php.net>
Mon, 1 Oct 2018 05:24:04 +0000 (07:24 +0200)
committerRemi Collet <remi@php.net>
Mon, 1 Oct 2018 05:24:04 +0000 (07:24 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 0b4764b7e3b7e0df3fcc319de180a393cad63dfe..0ad037ae5368c12c0d354f71167862bc55361b35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ PHP                                                                        NEWS
   . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
     (cmb)
 
+- PDO_OCI:
+
+  . Fixed bug #76908 (PDO_OCI getColumnMeta() not implemented).
+    (Valentin Collet, Chris Jones, Remi)
+
 - PDO_SQLite:
   . Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
 
index 991c4bf0b40ca3a4ee43a5813495534051afaf23..12b83975a4dca91435dd002b0cdfc074064f81bb 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -33,6 +33,9 @@ PHP 7.4 UPGRADE NOTES
 2. New Features
 ========================================
 
+- PDO_OCI:
+  . PDOStatement::getColumnMeta is now available
+
 - PDO_SQLite:
   . PDOStatement::getAttribute(PDO::SQLITE_ATTR_READONLY_STATEMENT) allows to
     check whether this statement is read-only, i.e. whether it doesn't modify