From b003e0a0f58a690854ebb99e3205b78f22abb567 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 12 Mar 2019 06:52:43 +0100 Subject: weakrefs upgrading note --- UPGRADING | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index ded81d175b..0152527217 100644 --- a/UPGRADING +++ b/UPGRADING @@ -112,6 +112,9 @@ PHP 7.4 UPGRADE NOTES RFC: https://wiki.php.net/rfc/null_coalesce_equal_operator + . Support for WeakReferences has been added. + RFC: https://wiki.php.net/rfc/weakrefs + - FFI: . A new extension which provides a simple way to call native functions, access native variables and create/access data structures defined in C libraries. -- cgit v1.2.1