From: Anatol Belski Date: Wed, 26 Jul 2017 15:31:57 +0000 (+0200) Subject: [ci skip] update NEWS X-Git-Tag: php-7.2.0beta2~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57c435e5ac34ae2eaa4a89bcf01a5d4c12307187;p=php [ci skip] update NEWS --- diff --git a/NEWS b/NEWS index 798a540756..2654d5bc71 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,7 @@ PHP NEWS warning in read mode). (morozov) . Fixed bug #74941 (session fails to start after having headers sent). (morozov) + . Fixed bug #74833 (SID constant created with wrong module number). (Anatol) - SimpleXML: . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).