]> granicus.if.org Git - php/commitdiff
Updated UPGRADING about function call args
authorJulien Pauli <jpauli@php.net>
Thu, 18 Aug 2016 13:46:00 +0000 (15:46 +0200)
committerJulien Pauli <jpauli@php.net>
Thu, 18 Aug 2016 13:46:02 +0000 (15:46 +0200)
UPGRADING

index d1db6a5f9fd5c6f571e074f46f10268c6e994b25..410a0f25732a6858b8bffab7216cc7f6e373ceb6 100644 (file)
--- 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