diff options
author | Adam Harvey <aharvey@php.net> | 2014-06-11 00:31:04 +0000 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-06-11 00:31:04 +0000 |
commit | 61279dca6978d462fdf9ed794c8e17fb4901ce8e (patch) | |
tree | cb7136d1658c77851b696d84703d416b06c1507f | |
parent | f79f3ac1842f812479d49f84f2716480d020594c (diff) | |
download | php-git-61279dca6978d462fdf9ed794c8e17fb4901ce8e.tar.gz |
Add NEWS. This doesn't need UPGRADING (or an RFC), IMO.
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |