diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2014-10-16 21:36:53 -0700 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2014-10-16 21:36:53 -0700 |
| commit | 8c9e254319fd0f15d2be8c5e410a69476e25139a (patch) | |
| tree | 62a268d21c59069ee90c3c56dbd29694e1da6dcf | |
| parent | 2b5bffe6c70bc00ebe57390f48ef7569e401d2d3 (diff) | |
| download | php-git-8c9e254319fd0f15d2be8c5e410a69476e25139a.tar.gz | |
News entry for new curl constants
| -rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
