summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-07-26 17:30:40 +0200
committerAnatol Belski <ab@php.net>2017-07-26 17:30:40 +0200
commit4cde48bb738e42c7ddb99a177cebf34094f8dda2 (patch)
tree769bcfb84a3bc58430c1fe51886487c51e925303
parent3f9e8e668623f3761580352074157d78c8c3e5b6 (diff)
downloadphp-git-4cde48bb738e42c7ddb99a177cebf34094f8dda2.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07d466981f..269a72e109 100644
--- 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).