]> granicus.if.org Git - php/commitdiff
5.6.37 will be next
authorFerenc Kovacs <tyra3l@gmail.com>
Tue, 24 Apr 2018 21:23:14 +0000 (23:23 +0200)
committerFerenc Kovacs <tyra3l@gmail.com>
Tue, 24 Apr 2018 21:23:14 +0000 (23:23 +0200)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index db5523c98db7d5deeae9075e21387ab7073120f8..6fab7d8d74ee3531f2db05ab14f1a434e5668826 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 5.6.36
+?? ??? 2018, PHP 5.6.37
+
+26 Apr 2018 PHP 5.6.36
+
+- Exif:
+  . Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
+  (Stas)
+
+- iconv:
+  . Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
+    invalid sequence). (Stas)
+
+- LDAP:
+  . Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)
+
+- Phar:
+  . Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)
 
 29 Mar 2018, PHP 5.6.35
 
index 23dc5e79a5a8fa09d53fa68592ff0b6399fbe14f..ca8f0ed37a4411e175e169485ed611e1800cd2b6 100644 (file)
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=36
+PHP_RELEASE_VERSION=37
 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 cec53e0cc97d5eb57c4bc1c1e03bc17f84e34ad4..de645bb78cfc9f24f8b1a8891cd0d3276899c521 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 36
+#define PHP_RELEASE_VERSION 37
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.36-dev"
-#define PHP_VERSION_ID 50636
+#define PHP_VERSION "5.6.37-dev"
+#define PHP_VERSION_ID 50637