Skip to content

Commit 2d962af

Browse files
committed
prepare for 7.0.0alpha1
1 parent b6005f7 commit 2d962af

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

NEWS

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
PHP NEWS
1+
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 20??, PHP 7.0.0
3+
25 Jun 2015, PHP 7.0.0 Alpha 2
44

5-
- CLI server:
6-
. Refactor MIME type handling to use a hash table instead of linear search.
7-
(Adam)
8-
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
9-
. Added support for SEARCH WebDav method. (Mats Lindh)
5+
11 Jun 2015, PHP 7.0.0 Alpha 1
106

117
- Core:
128
. Fixed bug #69767 (Default parameter value with wrong type segfaults).
@@ -88,6 +84,12 @@
8884
. Fixed bug #69511 (Off-by-one buffer overflow in php_sys_readlink).
8985
(Jan Starke, Anatol)
9086

87+
- CLI server:
88+
. Refactor MIME type handling to use a hash table instead of linear search.
89+
(Adam)
90+
. Update the MIME type list from the one shipped by Apache HTTPD. (Adam)
91+
. Added support for SEARCH WebDav method. (Mats Lindh)
92+
9193
- Curl:
9294
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)
9395
. Removed support for unsafe file uploads. (Nikita)

0 commit comments

Comments
 (0)