From: Ard Biesheuvel Date: Fri, 10 Oct 2014 09:45:58 +0000 (+0200) Subject: update NEWS X-Git-Tag: POST_NATIVE_TLS_MERGE^2~76^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=428243da8c1df40cc40c3e4da3bdc905581789c5;p=php update NEWS Signed-off-by: Ard Biesheuvel --- diff --git a/NEWS b/NEWS index 3b042bf362..52af8e247c 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 7.0.0 +-Fileinfo: + . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) + - CLI server: . Refactor MIME type handling to use a hash table instead of linear search. (Adam)