summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-08 13:16:20 +0100
committerAnatol Belski <ab@php.net>2016-11-08 13:16:20 +0100
commitc8ff491106f1bdb9f0c62875f52d51cfb461eb5d (patch)
tree8b8cd9214193e77672c30d0ef7f5e3b4fec370c6
parent521838cf6d8ed32c1b95553bf20d4a1318f2d044 (diff)
downloadphp-git-c8ff491106f1bdb9f0c62875f52d51cfb461eb5d.tar.gz
update NEWS
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dcbb366240..3c3e69a30b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-27 Oct 2016 PHP 7.0.13RC1
+10 Nov 2016 PHP 7.0.13
- Core:
. Fixed bug #73350 (Exception::__toString() cause circular references).
@@ -23,6 +23,14 @@ PHP NEWS
imagesetinterpolation()). (cmb)
. Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb)
. Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb)
+ . Fixed bug #72482 (Ilegal write/read access caused by gdImageAALine
+ overflow). (cmb)
+ . Fixed bug #72696 (imagefilltoborder stackoverflow on truecolor images).
+ (cmb)
+
+- IMAP:
+ . Fixed bug #73418 (Integer Overflow in "_php_imap_mail" leads to crash).
+ (Anatol)
- OCI8
. Fixed bug #71148 (Bind reference overwritten on PHP 7). (Oracle Corp.)
@@ -54,6 +62,10 @@ PHP NEWS
. Fixed bug #71241 (array_replace_recursive sometimes mutates its parameters).
(adsr)
+- Wddx:
+ . Fixed bug #73331 (NULL Pointer Dereference in WDDX Packet Deserialization
+ with PDORow). (Stas)
+
13 Oct 2016 PHP 7.0.12
- Core: