]> granicus.if.org Git - php/commitdiff
prepare for 7.0.0alpha1
authorFerenc Kovacs <tyrael@php.net>
Tue, 9 Jun 2015 12:20:55 +0000 (14:20 +0200)
committerFerenc Kovacs <tyrael@php.net>
Tue, 9 Jun 2015 12:20:55 +0000 (14:20 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 9e1b229f53dd2781625f6eeae72608e64f8d60df..234dde88f6b259e4549546286987005abefab92d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,8 @@
-PHP                                                                        NEWS
+PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 20??, PHP 7.0.0
+25 Jun 2015, PHP 7.0.0 Alpha 2
 
-- 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)
-  . Added support for SEARCH WebDav method. (Mats Lindh)
+11 Jun 2015, PHP 7.0.0 Alpha 1
 
 - Core:
   . Fixed bug #69767 (Default parameter value with wrong type segfaults).
   . Fixed bug #69511 (Off-by-one buffer overflow in php_sys_readlink).
     (Jan Starke, Anatol)
 
+- 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)
+  . Added support for SEARCH WebDav method. (Mats Lindh)
+
 - Curl:
   . Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)
   . Removed support for unsafe file uploads. (Nikita)