From: Adam Harvey Date: Wed, 11 Jun 2014 00:31:04 +0000 (+0000) Subject: Add NEWS. This doesn't need UPGRADING (or an RFC), IMO. X-Git-Tag: PRE_PHPNG_MERGE~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61279dca6978d462fdf9ed794c8e17fb4901ce8e;p=php Add NEWS. This doesn't need UPGRADING (or an RFC), IMO. --- diff --git a/NEWS b/NEWS index f5dbef1d77..50ae046786 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 20??, PHP 5.7.0 +- CLI server: + . Refactor MIME type handling to use a hash table instead of linear search. + (Adam) + . Update the MIME type list from the one shipped by Apache HTTPD. (Adam) + - DBA: . Fixed bug #62490 (dba_delete returns true on missing item (inifile)). (Mike)