Browse Source

[ci skip] Fix UPGRADING

The “Allow a trailing comma in function calls” RFC has not been
mentioned there, yet.
pull/3429/head
Christoph M. Becker 8 years ago
parent
commit
d4053cee6b
  1. 2
      UPGRADING

2
UPGRADING

@ -177,6 +177,8 @@ Core:
of generating a fatal error. Currently this only affects compilation errors
that may be thrown by token_get_all() in TOKEN_PARSE mode, but more errors
may be converted in the future.
. Trailing commas in function and method calls are now allowed.
(RFC: https://wiki.php.net/rfc/trailing-comma-function-calls)
BCMath:
. bcscale() can now also be used as getter to retrieve the current scale in use.

Loading…
Cancel
Save