Skip to content

Commit

Permalink
Add call_user_func_array() backward incompatible change
Browse files Browse the repository at this point in the history
Closes phpGH-6218.

[ci skip]
  • Loading branch information
zeriyoshi authored and nikic committed Sep 29, 2020
1 parent e1e2553 commit 060fde4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 060fde4

Please sign in to comment.