]> granicus.if.org Git - php/commitdiff
NEWS
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 28 Feb 2019 23:41:19 +0000 (01:41 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 28 Feb 2019 23:41:19 +0000 (01:41 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index b0778a45d7aea7f07d47199af75c72c1f0460033..bab0de6f7a06620e2a317ba27fcdae690d9932b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP                                                                        NEWS
 ?? ??? ????, PHP 8.0.0alpha1
 
 - Core:
+  . Removed the pdo_odbc.db2_instance_name php.ini directive. (Kalle)
   . Fixed bug #77619 (Wrong reflection on MultipleIterator::__construct).
     (Fabien Villepinte)
 
index 8c46bd2bf5fd490a675b33d2547efb5d6e7de912..a0f8dad83ea2dbe8193184e80f57d7b1c0447e55 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -140,6 +140,9 @@ PHP 8.0 UPGRADE NOTES
 
         PDOStatement::setFetchMode($mode, $classname, $params) 
 
+- PDO_ODBC:
+  . The php.ini directive pdo_odbc.db2_instance_name has been removed
+
 - Reflection:
   . The method signatures