From 153a44d6bb1625de8b7a46e8770f234b2a60e0d4 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 1 Mar 2016 22:37:23 -0800 Subject: [PATCH] Update NEWS --- NEWS | 9 ++++++++- main/php_version.h | 6 +++--- 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 -- 2.50.0