From: Anatol Belski Date: Fri, 1 Jul 2016 16:45:27 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0alpha3~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fe553065a273f76328a3c867086cd62d9e0dbe6;p=php update NEWS --- diff --git a/NEWS b/NEWS index 0eba2f5fca..830763a92f 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ PHP NEWS . Fixed bug #72508 (strange references after recursive function call and "switch" statement). (Laruence) +- COM: + . Fixed bug #72498 (variant_date_from_timestamp null dereference). (Anatol) + - CURL: . Add curl_multi_errno(), curl_share_errno() and curl_share_strerror() functions. (Pierrick)