]> granicus.if.org Git - php/commitdiff
Move upgrading note for mixed
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 31 May 2020 14:48:14 +0000 (16:48 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 31 May 2020 14:48:14 +0000 (16:48 +0200)
This should be in the "new features" section.

[ci skip]

UPGRADING

index 5fa471f32adc17ecb615dccc75734d4e66e2bf17..1100b868fb4b96e86801fe4ac67924a8fbef16fa 100644 (file)
--- 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