diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-27 07:38:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-27 07:38:41 +0100 |
commit | 84c27a979edc69f25785a4f49df933d14e562400 (patch) | |
tree | 16e4e451a81205fc848c7746bdfb98927c1f28eb /REFLECTION | |
parent | f5588ecfb7f395166ed60965a2fe2eb2d6d04bdf (diff) |
php-pecl-http: 2.2.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #169 http version 2.2.0RC1 ] { +Extension [ <persistent> extension #168 http version 2.2.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -15,11 +15,14 @@ Extension [ <persistent> extension #169 http version 2.2.0RC1 ] { } } - - Constants [26] { + - Constants [29] { Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } Constant [ integer http\Client\Curl\HTTP_VERSION_ANY ] { 0 } Constant [ integer http\Client\Curl\SSL_VERSION_TLSv1 ] { 1 } + Constant [ integer http\Client\Curl\SSL_VERSION_TLSv1_0 ] { 4 } + Constant [ integer http\Client\Curl\SSL_VERSION_TLSv1_1 ] { 5 } + Constant [ integer http\Client\Curl\SSL_VERSION_TLSv1_2 ] { 6 } Constant [ integer http\Client\Curl\SSL_VERSION_SSLv2 ] { 2 } Constant [ integer http\Client\Curl\SSL_VERSION_SSLv3 ] { 3 } Constant [ integer http\Client\Curl\SSL_VERSION_ANY ] { 0 } |