File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
22
(Christian Wenz)
23
23
. Fixed bug #69892 (Different arrays compare indentical due to integer key
24
24
truncation). (Nikita)
25
+ . Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
26
+ from fix to bug #68776. (Yasuo)
25
27
26
28
- GD:
27
29
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
28
-
30
+
31
+ - Mysqlnd:
32
+ . Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).
33
+ (Andrey)
34
+
29
35
- PCRE:
30
36
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
31
37
string). (cmb)
39
45
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
40
46
(Matteo)
41
47
48
+ - Phar:
49
+ . Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
50
+ . Fixed bug #69923 (Buffer overflow and stack smashing error in
51
+ phar_fix_filepath). (Stas)
52
+
42
53
- SimpleXML:
43
54
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
44
55
node name). (Christoph Michael Becker)
Original file line number Diff line number Diff line change 4
4
#define PHP_MINOR_VERSION 5
5
5
#define PHP_RELEASE_VERSION 28
6
6
#define PHP_EXTRA_VERSION "-dev"
7
- #define PHP_VERSION "5.5.27 -dev"
7
+ #define PHP_VERSION "5.5.28 -dev"
8
8
#define PHP_VERSION_ID 50528
You can’t perform that action at this time.
0 commit comments