From: zeriyoshi Date: Fri, 25 Sep 2020 21:58:03 +0000 (+0900) Subject: Add call_user_func_array() backward incompatible change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=060fde43777e342514857db696618cc4e59c0ba9;p=php Add call_user_func_array() backward incompatible change Closes GH-6218. [ci skip] --- diff --git a/UPGRADING b/UPGRADING index 26ecac9d94..e77c98d616 100644 --- a/UPGRADING +++ b/UPGRADING @@ -254,6 +254,8 @@ PHP 8.0 UPGRADE NOTES __wakeup(): void RFC: https://wiki.php.net/rfc/magic-methods-signature + . call_user_func_array() array keys will now be interpreted as parameter names, + instead of being silently ignored. - COM: . Removed the ability to import case-insensitive constants from type