summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-26 17:31:57 +0200
committerAnatol Belski <ab@php.net>2017-07-26 17:31:57 +0200
commit57c435e5ac34ae2eaa4a89bcf01a5d4c12307187 (patch)
treeb8bd74cca18a5fac61f790ae947efa48d02a7f93
parent2d8fe973b1f27c7e8d40e5505eb845fb83bd32af (diff)
downloadphp-git-57c435e5ac34ae2eaa4a89bcf01a5d4c12307187.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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).