From: Kalle Sommer Nielsen Date: Thu, 28 Feb 2019 23:41:19 +0000 (+0200) Subject: NEWS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8ed0a0f51b58440fead086ba822b590e1a12ae;p=php NEWS --- diff --git a/NEWS b/NEWS index b0778a45d7..bab0de6f7a 100644 --- 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) diff --git a/UPGRADING b/UPGRADING index 8c46bd2bf5..a0f8dad83e 100644 --- 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