From: Nikita Popov Date: Sun, 31 May 2020 14:48:14 +0000 (+0200) Subject: Move upgrading note for mixed X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=805e3e3af4b073c5ac57779d0e4eae3f9eb6995a;p=php Move upgrading note for mixed This should be in the "new features" section. [ci skip] --- diff --git a/UPGRADING b/UPGRADING index 5fa471f32a..1100b868fb 100644 --- a/UPGRADING +++ b/UPGRADING @@ -191,8 +191,6 @@ 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 @@ -525,6 +523,8 @@ PHP 8.0 UPGRADE NOTES . It is now possible to write `catch (Exception)` to catch an exception without storing it in a variable. RFC: https://wiki.php.net/rfc/non-capturing_catches + . Added support for mixed type + RFC: https://wiki.php.net/rfc/mixed_type_v2 - Date: . Added DateTime::createFromInterface() and