From: Anatol Belski Date: Wed, 9 Nov 2016 10:19:13 +0000 (+0100) Subject: sync NEWS X-Git-Tag: php-7.0.14RC1~67 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1beb5a74b16ad6b382531ed68b9ad0c6d7485dc5;p=php sync NEWS --- diff --git a/NEWS b/NEWS index aa1fc942b0..301153995c 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,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.) @@ -75,6 +83,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: