summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2016-03-01 22:37:23 -0800
committerStanislav Malyshev <stas@php.net>2016-03-01 22:37:23 -0800
commit153a44d6bb1625de8b7a46e8770f234b2a60e0d4 (patch)
tree5e47d341495991ea3efea8acaed1c703b6db8463
parenta6fdc5bb27b20d889de0cd29318b3968aabb57bd (diff)
downloadphp-git-153a44d6bb1625de8b7a46e8770f234b2a60e0d4.tar.gz
Update NEWS
-rw-r--r--NEWS9
-rw-r--r--main/php_version.h6
2 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a758db5b6e..8491510941 100644
--- 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
diff --git a/main/php_version.h b/main/php_version.h
index e9feae6a51..4ebff7f9ac 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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