Skip to content

Commit

Permalink
Updated UPGRADING about function call args
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pauli committed Aug 18, 2016
1 parent ecdd24f commit 5818b09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ PHP 7.1 UPGRADE NOTES
and listed under hosts whitelist.
. <fieldset> is no longer considered as a special tag. <form> is the
only tag considered special.
. Calling a function with less arguments than mandatory declared ones in
signature now issues a Fatal Error (Error Exception) instead of a Warning.
(RFC https://wiki.php.net/rfc/too_few_args).

- JSON:
. The serialize_precision is used instead of precision when encoding double
Expand Down

0 comments on commit 5818b09

Please sign in to comment.