From: Remi Collet Date: Mon, 10 Jul 2017 06:55:41 +0000 (+0200) Subject: Upgrading note for #74837 X-Git-Tag: php-7.2.0beta1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5369006edfcd3b9765a7be0a1ad2575a57fe1ef9;p=php Upgrading note for #74837 --- 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().