From: Tyson Andre Date: Sun, 5 Nov 2017 17:33:34 +0000 (-0800) Subject: Mention spl_object_id in UPGRADING notes X-Git-Tag: php-7.2.0RC6~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88e94a0bd14af65f31e5a56dd13dc16d902c57b7;p=php Mention spl_object_id in UPGRADING notes This was implemented in PR #2611 --- 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 ========================================