]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@gmail.com>
Wed, 31 May 2017 05:09:38 +0000 (13:09 +0800)
committerXinchen Hui <laruence@gmail.com>
Wed, 31 May 2017 05:09:38 +0000 (13:09 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 37f700dbba842aaef5d089aa40f6ff28f5e5e76e..ce6b60f5f67d7d6573b11fb95e6c48596c22784c 100644 (file)
--- 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)