mirror of
https://github.com/php/php-src.git
synced 2025-01-27 06:03:45 +08:00
Added entry on UPGRADING
This commit is contained in:
parent
4a4602c45c
commit
ec69cb664f
@ -58,6 +58,8 @@ Core:
|
||||
. Array destructuring now supports reference assignments using the syntax
|
||||
[&$a, [$b, &$c]] = $d. The same is also supported for list().
|
||||
(RFC: https://wiki.php.net/rfc/list_reference_assignment)
|
||||
. instancof now allows literal as the first operand,
|
||||
in this case the result always be FALSE.
|
||||
|
||||
BCMath:
|
||||
. bcscale() can now also be used as getter to retrieve the current scale in use.
|
||||
|
Loading…
Reference in New Issue
Block a user