From: Xinchen Hui Date: Thu, 4 Jan 2018 05:50:34 +0000 (+0800) Subject: Added entry on UPGRADING X-Git-Tag: php-7.3.0alpha1~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec69cb664fa67acde35aa2fe3872f34269057940;p=php Added entry on UPGRADING --- diff --git a/UPGRADING b/UPGRADING index 3565c28a96..7413f7b2d1 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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.