summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-07-27 11:23:52 +0800
committerXinchen Hui <laruence@gmail.com>2017-07-27 11:23:52 +0800
commitefb1be547c1f7f37dbb08f980e15e01490aff6ca (patch)
treee311bfd9e9c01880a1f2ed7b619fd78a29f0cc57
parent84a18c47824d126b914bbddc85ed785699fe1544 (diff)
downloadphp-git-efb1be547c1f7f37dbb08f980e15e01490aff6ca.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 807395c5db..08d2032c96 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ PHP NEWS
. Fixed bug #74991 (include_path has a 4096 char limit in some cases).
(bwbroersma)
+- Reflection:
+ . Fixed bug #74949 (null pointer dereference in _function_string). (Laruence)
+
- Session:
. Fixed bug #74892 (Url Rewriting (trans_sid) not working on urls that start
with "#"). (Andrew Nester)