summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-07-08 16:59:44 +0200
committerJulien Pauli <jpauli@php.net>2015-07-08 16:59:44 +0200
commit34b624f122dd7b0ef31707532cb11cfc2bdf50f7 (patch)
tree09ec7a9b25b939295ff91e8821c5117bd4ccbc37
parentb4b082e63ecab2a81e565fb07aafaaaf67b77f66 (diff)
downloadphp-git-34b624f122dd7b0ef31707532cb11cfc2bdf50f7.tar.gz
5.5.27 release
-rw-r--r--NEWS13
-rw-r--r--main/php_version.h2
2 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0b42eacdd1..a158c5a42b 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
@@ -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)
diff --git a/main/php_version.h b/main/php_version.h
index 29d484e66d..74616e161a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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