From 060fde43777e342514857db696618cc4e59c0ba9 Mon Sep 17 00:00:00 2001 From: zeriyoshi Date: Sat, 26 Sep 2020 06:58:03 +0900 Subject: Add call_user_func_array() backward incompatible change Closes GH-6218. [ci skip] --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UPGRADING') 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 -- cgit v1.2.1