summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2016-08-18 15:46:00 +0200
committerJulien Pauli <jpauli@php.net>2016-08-18 15:46:02 +0200
commit5818b09a45a016f40ed910a0279c626ce54278fc (patch)
tree9ee7456f880fef271621404ee5384d8dcf132836 /UPGRADING
parentecdd24f0fc047d6465b7d8be64567f67e71cbf0b (diff)
downloadphp-git-5818b09a45a016f40ed910a0279c626ce54278fc.tar.gz
Updated UPGRADING about function call args
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
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.
. <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