]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Wed, 26 Jul 2017 15:31:57 +0000 (17:31 +0200)
committerAnatol Belski <ab@php.net>
Wed, 26 Jul 2017 15:31:57 +0000 (17:31 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 798a540756e4c8279a2deab933e9f540a6548dd8..2654d5bc712d917e8ac6c355843bedb19dd970c5 100644 (file)
--- 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).