]> granicus.if.org Git - php/commitdiff
Align NEWS entry format
authorLior Kaplan <kaplanlior@gmail.com>
Fri, 15 Apr 2016 19:17:37 +0000 (22:17 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Fri, 15 Apr 2016 19:17:37 +0000 (22:17 +0300)
NEWS

diff --git a/NEWS b/NEWS
index d4aeb517350ab0522cbc8ba3ebbc7d9358f9cd43..f9d5305c57f98573b796e599ab08fc8100a88f0c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,9 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2016 PHP 7.0.7
 
-- OCI8
-  . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than
-    eight columns)
+- OCI8:
+  . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight
+    columns). (Tian Yang)
 
 - Opcache:
   . Fixed bug #72014 (Including a file with anonymous classes multiple times
@@ -15,8 +15,7 @@ PHP                                                                        NEWS
     timestamp). (denver at timothy dot io)
 
 - SQLite3:
-  . Fixed bug #68849 (bindValue is not using the right data type).
-    (Anatol)
+  . Fixed bug #68849 (bindValue is not using the right data type). (Anatol)
 
 28 Apr 2016 PHP 7.0.6
 
@@ -50,16 +49,14 @@ PHP                                                                        NEWS
     (Michael Sierks)
 
 - Date:
-  . Fixed bug #71889 (DateInterval::format Segmentation fault).
-    (Thomas Punt)
+  . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt)
 
 - Intl:
-  . Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set
-    via constructor). (Anatol)
-  . Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE).
-    (Anatol)
-  . Fixed bug #70451, #70452 (Inconsistencies in return values of
-    IntlChar methods). (Daniel Persson)
+  . Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set via
+    constructor). (Anatol)
+  . Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE). (Anatol)
+  . Fixed bug #70451, #70452 (Inconsistencies in return values of IntlChar
+    methods). (Daniel Persson)
   . Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
   . Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale
     is empty). (Anatol)
@@ -76,14 +73,12 @@ PHP                                                                        NEWS
 - PDO:
   . Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
     (Daniel kalaspuffar, Julien)
-  . Fixed bug #71447 (Quotes inside comments not properly handled).
-    (Matteo)
+  . Fixed bug #71447 (Quotes inside comments not properly handled). (Matteo)
 
 - PDO_DBlib:
   . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
     (Adam Baratz)
-  . Add DBLIB-specific attributes for controlling timeouts.
-    (Adam Baratz)
+  . Add DBLIB-specific attributes for controlling timeouts. (Adam Baratz)
 
 - PDO_pgsql:
   . Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).
@@ -183,7 +178,7 @@ PHP                                                                        NEWS
     (nish dot aravamudan at canonical dot com)
 
 - PDO_DBlib:
-  . Bug #54648 (PDO::MSSQL forces format of datetime fields).
+  . Fixed bug #54648 (PDO::MSSQL forces format of datetime fields).
     (steven dot lambeth at gmx dot de, Anatol)
 
 - Phar: