File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,25 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2014, PHP 5.5.19
4
4
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:
6
11
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
7
12
8
13
- GD:
9
14
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
10
15
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)
15
16
- Mysqli:
16
17
. Fixed bug #68114 (linker error on some OS X machines with fixed width
17
18
decimal support) (Keyur Govande)
19
+
18
20
- ODBC:
19
21
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
20
22
a VARCHAR column) (Keyur Govande)
23
+
21
24
- SPL:
22
25
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
23
26
You can’t perform that action at this time.
0 commit comments