From: Julien Pauli Date: Thu, 18 Aug 2016 13:46:00 +0000 (+0200) Subject: Updated UPGRADING about function call args X-Git-Tag: php-7.1.0beta3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5818b09a45a016f40ed910a0279c626ce54278fc;p=php Updated UPGRADING about function call args --- diff --git a/UPGRADING b/UPGRADING index d1db6a5f9f..410a0f2573 100644 --- a/UPGRADING +++ b/UPGRADING @@ -73,6 +73,9 @@ PHP 7.1 UPGRADE NOTES and listed under hosts whitelist. .
is no longer considered as a special tag.
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