From: George Peter Banyard Date: Fri, 22 May 2020 15:02:25 +0000 (+0200) Subject: [skip-ci] Update UPGRADING X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc3ee2eeea1a3ca3ff33263861758d6ed54f3b16;p=php [skip-ci] Update UPGRADING Add upgrading note for mixed type and removal of curly braces offset syntax --- diff --git a/UPGRADING b/UPGRADING index bb4f7428bc..f7d0f216e1 100644 --- a/UPGRADING +++ b/UPGRADING @@ -191,6 +191,10 @@ PHP 8.0 UPGRADE NOTES RFC: https://wiki.php.net/rfc/arithmetic_operator_type_checks . Float to string casting will now always behave locale-independently. RFC: https://wiki.php.net/rfc/locale_independent_float_to_string + . Added support for mixed type + RFC: https://wiki.php.net/rfc/mixed_type_v2 + . Removed support for deprecated curly braces for offset access + RFC: https://wiki.php.net/rfc/deprecate_curly_braces_array_access - COM: . Removed the ability to import case-insensitive constants from type