]> granicus.if.org Git - php/commitdiff
5.5.35 now
authorJulien Pauli <jpauli@php.net>
Tue, 29 Mar 2016 16:11:03 +0000 (18:11 +0200)
committerJulien Pauli <jpauli@php.net>
Tue, 29 Mar 2016 16:11:03 +0000 (18:11 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 6d3caf60def2a4a819b72da9802c3948e0af409a..8859d6c57cb86f1152929102ab26f71196384a95 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,29 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
 
-??? 2016, PHP 5.5.34
+??? 2016, PHP 5.5.35
 
+31 Mar 2016, PHP 5.5.34
 
+- Fileinfo:
+  . Fixed bug #71527 (Buffer over-write in finfo_open with malformed magic
+    file). (Anatol)
+
+- Mbstring:
+  . Fixed bug #71906 (AddressSanitizer: negative-size-param (-1) in
+    mbfl_strcut). (Stas)
+
+- OBBC
+  . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
+    name). (Stas)
+
+- SNMP:
+  . Fixed bug #71704 (php_snmp_error() Format String Vulnerability).
+    (andrew at jmpesp dot org)
+
+- Standard
+  . Fixed bug #71798 (Integer Overflow in php_raw_url_encode).
+    (taoguangchen at icloud dot com, Stas)
 
 03 Mar 2016, PHP 5.5.33
 
index 21a52065c551640f0f56da79287b07454b104c10..c46011a30db4d0f1b41607f8dd4bdd40b6aba3fd 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=34
+PHP_RELEASE_VERSION=35
 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 25446e3d65e838e5a5f5fa48059ca98205f05687..f87cc38eda976e20099e6ef47e169466ba8d3eb5 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 34
+#define PHP_RELEASE_VERSION 35
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.34-dev"
-#define PHP_VERSION_ID 50534
+#define PHP_VERSION "5.5.35-dev"
+#define PHP_VERSION_ID 50535