summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-27 07:38:41 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-27 07:38:41 +0100
commit84c27a979edc69f25785a4f49df933d14e562400 (patch)
tree16e4e451a81205fc848c7746bdfb98927c1f28eb /REFLECTION
parentf5588ecfb7f395166ed60965a2fe2eb2d6d04bdf (diff)
php-pecl-http: 2.2.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION7
1 files changed, 5 insertions, 2 deletions
diff --git a/REFLECTION b/REFLECTION
index b17152b..6768eda 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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 }