summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-08-15 23:22:55 +0800
committerXinchen Hui <laruence@gmail.com>2016-08-15 23:22:55 +0800
commit60de74ebdae5cf8b14f85d6e60f519c9e8b966f9 (patch)
tree801865f5f072c2b3707eddcf1672bd55ca59e2fc /NEWS
parentd6b46901b281a3c9d48b65f5f69bae9c7805b118 (diff)
downloadphp-git-60de74ebdae5cf8b14f85d6e60f519c9e8b966f9.tar.gz
Fixed bug #72846 (getConstant for a array constant with constant values returns NULL/NFC/UKNOWN)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 968a841fff..f58aa0b860 100644
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,10 @@ PHP NEWS
specifying a sequence). (Pablo Santiago Sánchez, Matteo)
. Fixed bug #72759 (Regression in pgo_pgsql). (Anatol)
+- Reflection:
+ . Fixed bug #72846 (getConstant for a array constant with constant values
+ returns NULL/NFC/UKNOWN). (Laruence)
+
- Session:
. Fixed bug #72724 (PHP7: session-uploadprogress kills httpd). (Nikita)