]> granicus.if.org Git - php/commitdiff
Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.
authorAdam Harvey <aharvey@php.net>
Wed, 11 Jun 2014 00:31:04 +0000 (00:31 +0000)
committerAdam Harvey <aharvey@php.net>
Wed, 11 Jun 2014 00:31:04 +0000 (00:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f5dbef1d7724c12a692f82ea0433216c4b7d1c82..50ae0467861d5909fd844ecb9d9667f1ba0478bf 100644 (file)
--- 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)