]> granicus.if.org Git - php/commitdiff
Update NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 2 Mar 2016 06:37:23 +0000 (22:37 -0800)
committerStanislav Malyshev <stas@php.net>
Wed, 2 Mar 2016 06:37:23 +0000 (22:37 -0800)
NEWS
main/php_version.h

diff --git a/NEWS b/NEWS
index a758db5b6e311a177aa6956dfa585789e9a919e3..8491510941f22dbe796d10f7fae0bd6d5403fb3c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,14 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ** PHP 5.5 is in security-only mode , please do not commit to this branch **
-?? ??? 2016, PHP 5.5.33
+
+03 Mar 2016, PHP 5.5.33
+
+- Phar:
+  . Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)
+
+- WDDX:
+  . Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (Stas)
 
 04 Feb 2016, PHP 5.5.32
 
index e9feae6a519f37d376ffb0f601d9beeb5284dddc..4ebff7f9ac38024b1f541b6fd740658e1e44af69 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 33
+#define PHP_RELEASE_VERSION 27
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.33-dev"
-#define PHP_VERSION_ID 50533
+#define PHP_VERSION "5.5.27-dev"
+#define PHP_VERSION_ID 50527