summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <aharvey@php.net>2014-06-11 00:31:04 +0000
committerAdam Harvey <aharvey@php.net>2014-06-11 00:31:04 +0000
commit61279dca6978d462fdf9ed794c8e17fb4901ce8e (patch)
treecb7136d1658c77851b696d84703d416b06c1507f
parentf79f3ac1842f812479d49f84f2716480d020594c (diff)
downloadphp-git-61279dca6978d462fdf9ed794c8e17fb4901ce8e.tar.gz
Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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)