Skip to content

Commit

Permalink
5.5.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Pauli committed Jul 8, 2015
1 parent b4b082e commit 34b624f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
(Christian Wenz)
. Fixed bug #69892 (Different arrays compare indentical due to integer key
truncation). (Nikita)
. Fixed bug #69874 (Can't set empty additional_headers for mail()), regression
from fix to bug #68776. (Yasuo)

- GD:
. Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)


- Mysqlnd:
. Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152).
(Andrey)

- PCRE:
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
string). (cmb)
Expand All @@ -39,6 +45,11 @@
. Fixed bug #69344 (PDO PgSQL Incorrect binding numeric array with gaps).
(Matteo)

- Phar:
. Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas)
. Fixed bug #69923 (Buffer overflow and stack smashing error in
phar_fix_filepath). (Stas)

- SimpleXML:
. Refactored the fix for bug #66084 (simplexml_load_string() mangles empty
node name). (Christoph Michael Becker)
Expand Down
2 changes: 1 addition & 1 deletion main/php_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 28
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.5.27-dev"
#define PHP_VERSION "5.5.28-dev"
#define PHP_VERSION_ID 50528

0 comments on commit 34b624f

Please sign in to comment.