summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-10-31 12:13:18 +0100
committerNikita Popov <nikita.ppv@gmail.com>2020-01-03 10:43:24 +0100
commitd8c990256765706769fe5421a1f5fe34aa39c3b8 (patch)
treed93b8f36300d01fb4fa6c3297e3acbc471ed0794 /UPGRADING
parent763788afeadaea74b24867806ba0148adabfce4b (diff)
downloadphp-git-d8c990256765706769fe5421a1f5fe34aa39c3b8.tar.gz
Implement WeakMap
RFC: https://wiki.php.net/rfc/weak_maps
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 28454f24ed..886d1d4796 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -330,6 +330,8 @@ PHP 8.0 UPGRADE NOTES
- Core:
. Added support for union types.
RFC: https://wiki.php.net/rfc/union_types_v2
+ . Added WeakMap.
+ RFC: https://wiki.php.net/rfc/weak_maps
. Added ValueError class.
========================================