From: Anatol Belski Date: Mon, 13 Jul 2015 19:48:45 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.1RC1~35^2~8^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=961fb9b569d09ffec69b6fc2924ec7e0066c469f;p=php update NEWS --- diff --git a/NEWS b/NEWS index ae6484a57b..64088fd3ad 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ . Fixed bug #69996 (Changing the property of a cloned object affects the original). (Dmitry, Laruence) +- Curl: + . Fixed bug #70065 (curl_getinfo() returns corrupted values). (Anatol) + - GD: . Fixed bug #70064 (imagescale(..., IMG_BICUBIC) leaks memory). (cmb) . Fixed bug #69024 (imagescale segfault with palette based image). (cmb)