From 5369006edfcd3b9765a7be0a1ad2575a57fe1ef9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Jul 2017 08:55:41 +0200 Subject: [PATCH] Upgrading note for #74837 --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index 7f4817ab24..49d499b881 100644 --- a/UPGRADING +++ b/UPGRADING @@ -224,6 +224,10 @@ See also: https://wiki.php.net/rfc/deprecations_php_7_2 . Added stream_isatty(). . Added sapi_windows_vt100_support(). +- DOM: + . DomNodeList implements Countable, added DomNodeList::count(). + . DOMNamedNodeMap implements Countable, added DOMNamedNodeMap::count(). + - GD: . Added imagesetclip() and imagegetclip(). . Added imageopenpolygon(). -- 2.40.0