File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
** 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)
5
12
6
13
04 Feb 2016, PHP 5.5.32
7
14
Original file line number Diff line number Diff line change 2
2
/* edit configure.in to change version number */
3
3
#define PHP_MAJOR_VERSION 5
4
4
#define PHP_MINOR_VERSION 5
5
- #define PHP_RELEASE_VERSION 33
5
+ #define PHP_RELEASE_VERSION 27
6
6
#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
You can’t perform that action at this time.
0 commit comments