]> granicus.if.org Git - php/commitdiff
5.5.32 now
authorJulien Pauli <jpauli@php.net>
Thu, 7 Jan 2016 12:04:35 +0000 (13:04 +0100)
committerJulien Pauli <jpauli@php.net>
Thu, 7 Jan 2016 12:04:35 +0000 (13:04 +0100)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index d5b5016763487c88f82aa510d53bd1f245600b09..24c540c56ab04420fb65db7d1dcda50e85979422 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,28 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
-?? ??? 2015, PHP 5.5.31
+?? ??? 2015, PHP 5.5.32
+
+
+
+07 Jan 2015, PHP 5.5.31
+
+- FPM:
+  . Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)
+
+- GD:
+  . Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
+    Out of Bounds). (emmanuel dot law at gmail dot com).
+
+- WDDX:
+  . Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
+    (taoguangchen at icloud dot com)
+  . Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
+    Vulnerability). (taoguangchen at icloud dot com)
+
+- XMLRPC:
+  . Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).
+    (Julien)
 
 01 Oct 2015, PHP 5.5.30
 
index 6dcfdf4e3ff03928fb318d44ebfce69398f5e0b8..f8f376ecb6d0588cdb3c449b2b860eb91a6cbb45 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=5
-PHP_RELEASE_VERSION=31
+PHP_RELEASE_VERSION=32
 PHP_EXTRA_VERSION="-dev"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
index 02dab199175d5d637b04edfd23be9bcebaf827e3..10c1d32c80ec8c9471970e5eb9b84e338cedcae1 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 5
-#define PHP_RELEASE_VERSION 31
+#define PHP_RELEASE_VERSION 32
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.31-dev"
-#define PHP_VERSION_ID 50531
+#define PHP_VERSION "5.5.32-dev"
+#define PHP_VERSION_ID 50532