Skip to content

Commit 34b624f

Browse files
author
Julien Pauli
committed
5.5.27 release
1 parent b4b082e commit 34b624f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

NEWS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,16 @@
2222
(Christian Wenz)
2323
. Fixed bug #69892 (Different arrays compare indentical due to integer key
2424
truncation). (Nikita)
25+
. Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
26+
from fix to bug #68776. (Yasuo)
2527

2628
- GD:
2729
. 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+
2935
- PCRE:
3036
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
3137
string). (cmb)
@@ -39,6 +45,11 @@
3945
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
4046
(Matteo)
4147

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+
4253
- SimpleXML:
4354
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
4455
node name). (Christoph Michael Becker)

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#define PHP_MINOR_VERSION 5
55
#define PHP_RELEASE_VERSION 28
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.5.27-dev"
7+
#define PHP_VERSION "5.5.28-dev"
88
#define PHP_VERSION_ID 50528

0 commit comments

Comments
 (0)