summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-05-31 12:39:26 +0800
committerXinchen Hui <laruence@gmail.com>2017-05-31 12:39:26 +0800
commit9c5717d0decd56710129a5599fe5d38f82a7bab2 (patch)
tree9e6cdf8f2bf49137ee54d09167f930d9525e30aa /NEWS
parent77cbf8a6578c8de42a236337ee1d3071a6178f5e (diff)
downloadphp-git-9c5717d0decd56710129a5599fe5d38f82a7bab2.tar.gz
Fixed bug #74673 (Segfault when cast Reflection object to string with undefined constant)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a1feab26d..5f4a72e2bb 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP NEWS
. Fixed bug #74663 (Segfault with opcache.memory_protect and
validate_timestamp). (Laruence)
+- Reflection:
+ . Fixed bug #74673 (Segfault when cast Reflection object to string with
+ undefined constant). (Laruence)
+
- SPL:
. Fixed bug #74478 (null coalescing operator failing with SplFixedArray).
(jhdxr)