2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2016 PHP 7.0.7
4
4
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 )
8
8
9
9
- Opcache:
10
10
. Fixed bug #72014 (Including a file with anonymous classes multiple times
@@ -15,8 +15,7 @@ PHP NEWS
15
15
timestamp). (denver at timothy dot io)
16
16
17
17
- 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)
20
19
21
20
28 Apr 2016 PHP 7.0.6
22
21
@@ -50,16 +49,14 @@ PHP NEWS
50
49
(Michael Sierks)
51
50
52
51
- Date:
53
- . Fixed bug #71889 (DateInterval::format Segmentation fault).
54
- (Thomas Punt)
52
+ . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt)
55
53
56
54
- 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)
63
60
. Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol)
64
61
. Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale
65
62
is empty). (Anatol)
@@ -76,14 +73,12 @@ PHP NEWS
76
73
- PDO:
77
74
. Fixed bug #52098 (Own PDOStatement implementation ignore __call()).
78
75
(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)
81
77
82
78
- PDO_DBlib:
83
79
. Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte).
84
80
(Adam Baratz)
85
- . Add DBLIB-specific attributes for controlling timeouts.
86
- (Adam Baratz)
81
+ . Add DBLIB-specific attributes for controlling timeouts. (Adam Baratz)
87
82
88
83
- PDO_pgsql:
89
84
. Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used).
@@ -183,7 +178,7 @@ PHP NEWS
183
178
(nish dot aravamudan at canonical dot com)
184
179
185
180
- PDO_DBlib:
186
- . Bug #54648 (PDO::MSSQL forces format of datetime fields).
181
+ . Fixed bug #54648 (PDO::MSSQL forces format of datetime fields).
187
182
(steven dot lambeth at gmx dot de, Anatol)
188
183
189
184
- Phar:
0 commit comments