This commit is contained in:
Kalle Sommer Nielsen 2019-03-01 01:41:19 +02:00
parent fddc751024
commit 5e8ed0a0f5
2 changed files with 4 additions and 0 deletions

1
NEWS
View File

@ -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)

View File

@ -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