From: Xinchen Hui Date: Fri, 2 Aug 2013 10:39:41 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.6.0alpha1~357^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f1a762fab8dc42b0d2190cb3cbf89da8e0903e5;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 6fe5c3a763..82d4ca1572 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2013, PHP 5.5.2 - Core: + . Fixed bug #65372 (Segfault in gc_zval_possible_root when return reference + fails). (Laruence) . Fixed value of FILTER_SANITIZE_FULL_SPECIAL_CHARS constant (previously was erroneously set to FILTER_SANITIZE_SPECIAL_CHARS value). (Andrey avp200681 gmail com).