From: Christoph M. Becker Date: Sat, 11 Jul 2015 15:56:33 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.1.1RC1~35^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a94e518592b5b84c8c14c769c973e517e1c6954;p=php updated NEWS --- diff --git a/NEWS b/NEWS index 989c1cc271..4a24bddf0b 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ . Fixed bug #69996 (Changing the property of a cloned object affects the original). (Dmitry, Laruence) +- GD: + . Fixed bug #70047 (gd_info() doesn't report WebP support). (cmb) + - Soap: . Fixed bug #70032 (make_http_soap_request calls zend_hash_get_current_key_ex(,,,NULL). (Laruence)