Skip to content

Commit a1abdba

Browse files
committed
cleanup NEWS
1 parent 503f819 commit a1abdba

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

NEWS

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2014, PHP 5.5.19
44

5-
-Fileinfo:
5+
- Core:
6+
. Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
7+
. Fixed bug #68129 (parse_url() - incomplete support for empty usernames
8+
and passwords) (Tjerk)
9+
10+
- Fileinfo:
611
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
712

813
- GD:
914
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
1015

11-
- Core:
12-
. Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
13-
. Fixed bug #68129 (parse_url() - incomplete support for empty usernames
14-
and passwords) (Tjerk)
1516
- Mysqli:
1617
. Fixed bug #68114 (linker error on some OS X machines with fixed width
1718
decimal support) (Keyur Govande)
19+
1820
- ODBC:
1921
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
2022
a VARCHAR column) (Keyur Govande)
23+
2124
- SPL:
2225
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
2326

0 commit comments

Comments
 (0)