summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2014-10-16 21:36:53 -0700
committerRasmus Lerdorf <rasmus@php.net>2014-10-16 21:36:53 -0700
commit8c9e254319fd0f15d2be8c5e410a69476e25139a (patch)
tree62a268d21c59069ee90c3c56dbd29694e1da6dcf
parent2b5bffe6c70bc00ebe57390f48ef7569e401d2d3 (diff)
downloadphp-git-8c9e254319fd0f15d2be8c5e410a69476e25139a.tar.gz
News entry for new curl constants
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 40737e22b3..e111df2167 100644
--- 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