]> granicus.if.org Git - php/commitdiff
Add UPGRADING entry for ad75511c8e
authorGabriel Caruso <carusogabriel34@gmail.com>
Thu, 14 Feb 2019 07:15:27 +0000 (05:15 -0200)
committerGabriel Caruso <carusogabriel34@gmail.com>
Thu, 14 Feb 2019 07:15:27 +0000 (05:15 -0200)
UPGRADING

index e8ce7d8b40482460c60d899911718f165fd4ac84..a23f6caea0a8609b6424b9f7cbfcd37b5470ba6d 100644 (file)
--- 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