PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ?? 2017, PHP 5.6.30
+?? ?? 2017, PHP 5.6.31
+
+19 Jan 2017, PHP 5.6.30
+
+- EXIF:
+ . Fixed bug #73737 (FPE when parsing a tag format). (Stas)
- GD:
. Fixed bug #73549 (Use after free when stream is passed to imagepng). (cmb)
. Fixed bug #68447 (grapheme_extract take an extra trailing character).
(SATŌ Kentarō)
+- Phar:
+ . Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)
+ . Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
+ . Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)
+
- SQLite3:
. Reverted fix for bug #73530 (Unsetting result set may reset other result
set). (cmb)
- Standard:
. Fixed bug #70213 (Unserialize context shared on double class lookup).
(Taoguang Chen)
+ . Fixed bug #73825 (Heap out of bounds read on unserialize in
+ finish_nested_data()). (Stas)
08 Dec 2016, PHP 5.6.29
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=30
+PHP_RELEASE_VERSION=31
PHP_EXTRA_VERSION="-dev"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 30
+#define PHP_RELEASE_VERSION 31
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.30-dev"
-#define PHP_VERSION_ID 50630
+#define PHP_VERSION "5.6.31-dev"
+#define PHP_VERSION_ID 50631