From: Xinchen Hui Date: Fri, 21 Jul 2017 10:17:54 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0beta2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=735b34c0160727a82ecb75f126c18fefc948ef92;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 450885c206..95890db4ca 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,10 @@ PHP NEWS . Fixed bug #74941 (session fails to start after having headers sent). (morozov) +- SimpleXML: + . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces). + (Laruence) + - SPL: . Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)