summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2017-11-05 09:33:34 -0800
committerJoe Watkins <krakjoe@php.net>2017-11-06 07:18:39 +0000
commit88e94a0bd14af65f31e5a56dd13dc16d902c57b7 (patch)
tree45f33ca6c870b5698696f90e21dbcb5e3deaf725
parentc3ee17065bc3952f140bceb0232fbff59dfb55f4 (diff)
downloadphp-git-88e94a0bd14af65f31e5a56dd13dc16d902c57b7.tar.gz
Mention spl_object_id in UPGRADING notes
This was implemented in PR #2611
-rw-r--r--UPGRADING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index d8d887f569..ed8d84cd25 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -268,6 +268,9 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2
. Added socket_addrinfo_lookup(), socket_addrinfo_connect(),
socket_addrinfo_bind() and socket_addrinfo_explain().
+- SPL:
+ . Added spl_object_id().
+
========================================
7. New Classes and Interfaces
========================================