]> granicus.if.org Git - php/commitdiff
News entry for new curl constants
authorRasmus Lerdorf <rasmus@php.net>
Fri, 17 Oct 2014 04:38:19 +0000 (21:38 -0700)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 17 Oct 2014 04:38:19 +0000 (21:38 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 8bd27e2a324cf4b880afa95d66686dd2e024394d..89c6e880d1f6a12dd465d83192a6f40c5aeafc7b 100644 (file)
--- 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: