reorder entries, Core is always the first block

This commit is contained in:
Ferenc Kovacs 2015-04-15 18:53:22 +02:00
parent ad5723acf2
commit 272805c898

8
NEWS
View File

@ -25,10 +25,6 @@ PHP NEWS
16 Apr 2015, PHP 5.6.8
- Apache2handler:
. Fixed bug #69218 (potential remote code execution with apache 2.4
apache2handler). (Gerrit Venema)
- Core:
. Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).
(Dmitry, Laruence)
@ -50,6 +46,10 @@ PHP NEWS
. Fixed bug #69353 (Missing null byte checks for paths in various PHP
extensions). (Stas)
- Apache2handler:
. Fixed bug #69218 (potential remote code execution with apache 2.4
apache2handler). (Gerrit Venema)
- cURL:
. Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
. Fixed bug #68739 (Missing break / control flow). (Laruence)