diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2014-10-16 21:38:19 -0700 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2014-10-16 21:38:19 -0700 |
commit | d748c9f9905feb2f235cf221867eb0dc9f0e91ef (patch) | |
tree | 59cec0092a371b8c7bebc89ed238805e3ef0d67a | |
parent | 560646662433d503a47075f4c2f8ee6760bd93fd (diff) | |
download | php-git-d748c9f9905feb2f235cf221867eb0dc9f0e91ef.tar.gz |
News entry for new curl constants
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |