summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorzeriyoshi <zeriyoshi@gmail.com>2020-09-26 06:58:03 +0900
committerNikita Popov <nikita.ppv@gmail.com>2020-09-29 10:44:57 +0200
commit060fde43777e342514857db696618cc4e59c0ba9 (patch)
tree2e7ff2a34bfaba7a06ddb6ca82e1ecfcc11e8f19 /UPGRADING
parente1e25532b6f47ae5570ac22a41e8449a8edc717f (diff)
downloadphp-git-060fde43777e342514857db696618cc4e59c0ba9.tar.gz
Add call_user_func_array() backward incompatible change
Closes GH-6218. [ci skip]
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
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