From: Danack Date: Mon, 10 Oct 2016 11:21:59 +0000 (+0100) Subject: Added news entry. X-Git-Tag: php-7.2.0alpha1~1177^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bbda76ca6c3fc8ec900f29112024fe43961d5b1;p=php Added news entry. --- diff --git a/NEWS b/NEWS index a91137ea8d..c036f83fd7 100644 --- a/NEWS +++ b/NEWS @@ -29,5 +29,10 @@ PHP NEWS . Implemented request #69086 (enhancement for mb_convert_encoding() that handles multibyte replacement char nicely) (Masakielastic, Yasuo) +- Standard: + . Implemented RFC: get_class() disallow null parameter. Passing null to + get_class() now generates a warning, rather than returning the calling + class scope. + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>