Skip to content

Commit 153a44d

Browse files
committed
Update NEWS
1 parent a6fdc5b commit 153a44d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

NEWS

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
** PHP 5.5 is in security-only mode , please do not commit to this branch **
4-
?? ??? 2016, PHP 5.5.33
4+
5+
03 Mar 2016, PHP 5.5.33
6+
7+
- Phar:
8+
. Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)
9+
10+
- WDDX:
11+
. Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (Stas)
512

613
04 Feb 2016, PHP 5.5.32
714

main/php_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 5
5-
#define PHP_RELEASE_VERSION 33
5+
#define PHP_RELEASE_VERSION 27
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.5.33-dev"
8-
#define PHP_VERSION_ID 50533
7+
#define PHP_VERSION "5.5.27-dev"
8+
#define PHP_VERSION_ID 50527

0 commit comments

Comments
 (0)