From 5818b09a45a016f40ed910a0279c626ce54278fc Mon Sep 17 00:00:00 2001 From: Julien Pauli Date: Thu, 18 Aug 2016 15:46:00 +0200 Subject: [PATCH] Updated UPGRADING about function call args --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1