]> granicus.if.org Git - php/commitdiff
Lost this entry while merging
authorXinchen Hui <laruence@php.net>
Tue, 18 Aug 2015 11:12:52 +0000 (19:12 +0800)
committerXinchen Hui <laruence@php.net>
Tue, 18 Aug 2015 11:12:52 +0000 (19:12 +0800)
NEWS

diff --git a/NEWS b/NEWS
index be6904e17b0117bdf54ed5f7f9eefafab210c2c7..677d5cca8d6ded4e06379a12d38cf8868092f98d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP                                                                        NEWS
   . Fixed bug #70241 (Skipped assertions affect Generator returns). (Bob)
   . Fixed bug #70239 (Creating a huge array doesn't result in exhausted,
     but segfault). (Laruence, Anatol)
+  . Fixed bug causing exception traces with anon classes to be truncated. (Bob)
 
 - CLI server:
   . Fixed bug #66606 (Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE).