]> granicus.if.org Git - php/commitdiff
Align NEWS entry format
authorLior Kaplan <kaplanlior@gmail.com>
Thu, 4 Feb 2016 23:08:01 +0000 (01:08 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 4 Feb 2016 23:08:01 +0000 (01:08 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8f975fd5bf8cbca32533f0eeb0887fbf8a888870..c2b4d153a0a437509409df5f72ce3cb77dbf6d0d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,8 +19,8 @@ PHP                                                                        NEWS
   . Fixed bug #71434 (finfo throws notice for specific python file). (Laruence)
 
 - FPM:
-  . Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi setup).
-    (Matt Haught, Remi)
+  . Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi
+    setup). (Matt Haught, Remi)
 
 - Standard:
   . Fixed bug #70720 (strip_tags improper php code parsing). (Julien)
@@ -32,8 +32,8 @@ PHP                                                                        NEWS
 
 - Core:
   . Added support for new HTTP 451 code. (Julien)
-  . Fixed bug #71039 (exec functions ignore length but look for NULL termination).
-    (Anatol)
+  . Fixed bug #71039 (exec functions ignore length but look for NULL
+    termination). (Anatol)
   . Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
   . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
   . Fixed bug #71221 (Null pointer deref (segfault) in get_defined_vars via
@@ -148,10 +148,6 @@ PHP                                                                        NEWS
 - Filter:
   . Fixed bug #71063 (filter_input(INPUT_ENV, ..) does not work). (Reeze Xia)
 
-- GD:
-  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
-    Out of Bounds). (emmanuel dot law at gmail dot com).
-
 - FPM:
   . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)
 
@@ -159,6 +155,10 @@ PHP                                                                        NEWS
   . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
     (abrender at elitehosts dot com)
 
+- GD:
+  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
+    Out of Bounds). (emmanuel dot law at gmail dot com)
+
 - Mbstring:
   . Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
     Segmentation fault). (Laruence)
@@ -188,12 +188,12 @@ PHP                                                                        NEWS
     (emmanuel dot law at gmail dot com)
 
 - WDDX:
-  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
-    (taoguangchen at icloud dot com)
+  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet
+    Deserialization). (taoguangchen at icloud dot com)
   . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
     Vulnerability). (taoguangchen at icloud dot com)
 
-- XMLRPC
+- XMLRPC:
   . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker).
     (Julien)