From 14357e5bcb508c2a767c266659ad7436804efa39 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Thu, 14 Feb 2019 05:15:27 -0200 Subject: [PATCH] Add UPGRADING entry for ad75511c8e --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1