From: Pierrick Charron Date: Sun, 26 Jun 2016 17:36:44 +0000 (-0400) Subject: Update NEWS X-Git-Tag: php-7.1.0alpha3~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53982320ba43cbc18fa2bd2fc5f0c0771cb1889;p=php Update NEWS --- diff --git a/NEWS b/NEWS index baf282b877..ed47f0bcb0 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016, PHP 7.1.0beta1 +- CURL: + . Add curl_multi_errno(), curl_share_errno() and curl_share_strerror() + functions. (Pierrick) + - PCRE: . Fixed bug #72476 (Memleak in jit_stack). (Laruence) . Fixed bug #72463 (mail fails with invalid argument). (Anatol)