From: Xinchen Hui Date: Fri, 21 Jul 2017 10:17:12 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0beta2~86^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8f98fc7f7c795eb6585e71160655a3cc06a9300;p=php Update NEWS --- diff --git a/NEWS b/NEWS index aac7cc3064..102b8a7db8 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,10 @@ PHP NEWS . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start with "#"). (Andrew Nester) +- SimpleXML: + . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces). + (Laruence) + - SPL: . Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester)