From: Bob Weinand Date: Sun, 11 May 2014 13:13:40 +0000 (+0200) Subject: Updated NEWS X-Git-Tag: php-5.4.29RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62b2eb666d8d418e1c4672bc81d00111f18049bd;p=php Updated NEWS --- diff --git a/NEWS b/NEWS index 848029fcdc..2c5fb894e1 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ PHP NEWS . Fixed bug #65701 (copy() doesn't work when destination filename is created by tempnam()). (Boro Sitnikovski) . Fixed bug #67072 (Echoing unserialized "SplFileObject" crash). (Anatol) + . Fixed bug #67245 (usage of memcpy() with overlapping src and dst in + zend_exceptions.c) (backported fix from PHP 5.6; initially committed + to wrong branch). (Bob) - Date: . Fixed bug #67118 (DateTime constructor crash with invalid data). (Anatol)