From: Christopher Jones Date: Mon, 17 Oct 2016 01:52:34 +0000 (+1100) Subject: Update 7.1 NEWS for bug #71148 X-Git-Tag: php-7.1.0RC4~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72041580bd52064fecc1955b6bb6c9d8f38b6a46;p=php Update 7.1 NEWS for bug #71148 --- diff --git a/NEWS b/NEWS index 1dd544778e..a67501e08f 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,9 @@ PHP NEWS . Fixed bug #73279 (Integer overflow in gdImageScaleBilinearPalette()). (cmb) . Fixed bug #73280 (Stack Buffer Overflow in GD dynamicGetbuf). (cmb) +- OCI8 + . Fixed bug #71148 (Bind reference overwritten on PHP 7). (Oracle Corp.) + - Session: . Fixed bug #73273 (session_unset() empties values from all variables in which is $_session stored). (Nikita)