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

diff --git a/NEWS b/NEWS
index 40737e22b318851d6e810390b80d437638d551b3..e111df216706a40378e3da13a4d1dae5ed16a028 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,7 +24,11 @@ PHP                                                                        NEWS
 - SPL:
   . Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
 
-?? ??? 2014, PHP 5.5.18
+- 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.5.18
 
 - Core:
   . Fixed bug #67985 (Incorrect last used array index copied to new array after