From: Gabriel Caruso Date: Thu, 14 Feb 2019 07:15:27 +0000 (-0200) Subject: Add UPGRADING entry for ad75511c8e X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14357e5bcb508c2a767c266659ad7436804efa39;p=php Add UPGRADING entry for ad75511c8e --- diff --git a/UPGRADING b/UPGRADING index e8ce7d8b40..a23f6caea0 100644 --- a/UPGRADING +++ b/UPGRADING @@ -129,6 +129,11 @@ PHP 8.0 UPGRADE NOTES as a string instead of an ASCII codepoint. The previous behavior may be restored with an explicit call to chr(). +- PDO: + . The method PDOStatement::setFetchMode() now accepts the following signature: + + PDOStatement::setFetchMode($mode, $classname, $params) + - Reflection: . The method signatures