Skip to content

Commit edb569b

Browse files
committed
Align NEWS entry format
1 parent 7d61d07 commit edb569b

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

NEWS

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2016 PHP 7.0.7
44

5-
- OCI8
6-
. Fixed bug #71600 (oci_fetch_all segfaults when selecting more than
7-
eight columns)
5+
- OCI8:
6+
. Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight
7+
columns). (Tian Yang)
88

99
- Opcache:
1010
. Fixed bug #72014 (Including a file with anonymous classes multiple times
@@ -15,8 +15,7 @@ PHP NEWS
1515
timestamp). (denver at timothy dot io)
1616

1717
- SQLite3:
18-
. Fixed bug #68849 (bindValue is not using the right data type).
19-
(Anatol)
18+
. Fixed bug #68849 (bindValue is not using the right data type). (Anatol)
2019

2120
28 Apr 2016 PHP 7.0.6
2221

@@ -50,16 +49,14 @@ PHP NEWS
5049
(Michael Sierks)
5150

5251
- Date:
53-
. Fixed bug #71889 (DateInterval::format Segmentation fault).
54-
(Thomas Punt)
52+
. Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt)
5553

5654
- Intl:
57-
. Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set
58-
via constructor). (Anatol)
59-
. Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE).
60-
(Anatol)
61-
. Fixed bug #70451, #70452 (Inconsistencies in return values of
62-
IntlChar methods). (Daniel Persson)
55+
. Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set via
56+
constructor). (Anatol)
57+
. Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE). (Anatol)
58+
. Fixed bug #70451, #70452 (Inconsistencies in return values of IntlChar
59+
methods). (Daniel Persson)
6360
. Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
6461
. Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale
6562
is empty). (Anatol)
@@ -76,14 +73,12 @@ PHP NEWS
7673
- PDO:
7774
. Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
7875
(Daniel kalaspuffar, Julien)
79-
. Fixed bug #71447 (Quotes inside comments not properly handled).
80-
(Matteo)
76+
. Fixed bug #71447 (Quotes inside comments not properly handled). (Matteo)
8177

8278
- PDO_DBlib:
8379
. Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
8480
(Adam Baratz)
85-
. Add DBLIB-specific attributes for controlling timeouts.
86-
(Adam Baratz)
81+
. Add DBLIB-specific attributes for controlling timeouts. (Adam Baratz)
8782

8883
- PDO_pgsql:
8984
. Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).
@@ -183,7 +178,7 @@ PHP NEWS
183178
(nish dot aravamudan at canonical dot com)
184179

185180
- PDO_DBlib:
186-
. Bug #54648 (PDO::MSSQL forces format of datetime fields).
181+
. Fixed bug #54648 (PDO::MSSQL forces format of datetime fields).
187182
(steven dot lambeth at gmx dot de, Anatol)
188183

189184
- Phar:

0 commit comments

Comments
 (0)