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

diff --git a/NEWS b/NEWS
index 07d466981ff78712dfe3929857301bcbcc43dea2..269a72e1091bf5cd3753a09a981024a9baf801b3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,7 @@ PHP                                                                        NEWS
 - Session:
   . Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
     with "#"). (Andrew Nester)
+  . Fixed bug #74833 (SID constant created with wrong module number). (Anatol)
 
 - SimpleXML:
   . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).