summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-26 17:29:37 +0200
committerAnatol Belski <ab@php.net>2017-07-26 17:29:37 +0200
commit3306b3aa60a2be8aa64ecd2c8bcd68c438b70628 (patch)
tree4a421d20f5ac30931b47236e35dd10d12d69bc42
parentbd00fe81cc4525b7d8e5c36a3844ee2254e5f69c (diff)
downloadphp-git-3306b3aa60a2be8aa64ecd2c8bcd68c438b70628.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d91c6c91ff..4a059537c7 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #74991 (include_path has a 4096 char limit in some cases).
(bwbroersma)
+- Session:
+ . Fixed bug #74833 (SID constant created with wrong module number). (Anatol)
+
- SimpleXML:
. Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces).
(Laruence)