From: Ard Biesheuvel Date: Fri, 10 Oct 2014 09:40:07 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-5.4.34~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b07b62c06e9e55ab3590f20bd80a84ce73a801;p=php update NEWS Signed-off-by: Ard Biesheuvel --- diff --git a/NEWS b/NEWS index e702e32167..9b4248e268 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2014, PHP 5.4.34 +-Fileinfo: + . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) + - Core: . Fixed bug #67985 (Incorrect last used array index copied to new array after unset). (Tjerk)