From: Rasmus Lerdorf Date: Fri, 17 Oct 2014 04:38:19 +0000 (-0700) Subject: News entry for new curl constants X-Git-Tag: php-5.6.3RC1~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d748c9f9905feb2f235cf221867eb0dc9f0e91ef;p=php News entry for new curl constants --- diff --git a/NEWS b/NEWS index 8bd27e2a32..89c6e880d1 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,10 @@ PHP NEWS - SPL: . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk) +- CURL: + . Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and + CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus) + 16 Oct 2014, PHP 5.6.2 - Core: