summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-04-15 18:53:22 +0200
committerFerenc Kovacs <tyrael@php.net>2015-04-15 18:53:22 +0200
commit272805c898afce327c03e111d1501efdb8a9ccce (patch)
tree3559b691be41c830b08bd71a52193e1d980c8e53
parentad5723acf296686d601a2baff138415aecd251ec (diff)
downloadphp-git-272805c898afce327c03e111d1501efdb8a9ccce.tar.gz
reorder entries, Core is always the first block
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1324890bd8..068ab5578e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)