Skip to content

Commit 0af607d

Browse files
committed
Add UPGRADING note
1 parent 7e40966 commit 0af607d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ PHP 8.0 UPGRADE NOTES
189189
array, resource or non-overloaded object. The only exception to this is the
190190
array + array merge operation, which remains supported.
191191
RFC: https://wiki.php.net/rfc/arithmetic_operator_type_checks
192+
. Float to string casting will now always behave locale-independently.
193+
RFC: https://wiki.php.net/rfc/locale_independent_float_to_string
192194

193195
- COM:
194196
. Removed the ability to import case-insensitive constants from type

0 commit comments

Comments
 (0)