From 9bbda76ca6c3fc8ec900f29112024fe43961d5b1 Mon Sep 17 00:00:00 2001 From: Danack Date: Mon, 10 Oct 2016 12:21:59 +0100 Subject: [PATCH] Added news entry. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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! >>> -- 2.50.1