From: Xinchen Hui Date: Tue, 28 Jun 2016 07:37:33 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63a5b1994be887263e108e1ea86ef3c7a3f3502d;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 89c8458c4e..f707f10a9b 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0beta1 +- Core: + . Fixed bug #72508 (strange references after recursive function call and + "switch" statement). (Laruence) + - CURL: . Add curl_multi_errno(), curl_share_errno() and curl_share_strerror() functions. (Pierrick)