From: Xinchen Hui Date: Tue, 18 Aug 2015 11:12:52 +0000 (+0800) Subject: Lost this entry while merging X-Git-Tag: php-7.0.0RC2~2^2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22eaa995ee62ba6332a82d4754a179b6be847fe9;p=php Lost this entry while merging --- diff --git a/NEWS b/NEWS index be6904e17b..677d5cca8d 100644 --- 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).