From: Stanislav Malyshev Date: Wed, 2 Mar 2016 06:37:23 +0000 (-0800) Subject: Update NEWS X-Git-Tag: php-5.5.33~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=153a44d6bb1625de8b7a46e8770f234b2a60e0d4;p=php Update NEWS --- 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