From 84c27a979edc69f25785a4f49df933d14e562400 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Jan 2015 07:38:41 +0100 Subject: php-pecl-http: 2.2.0 --- REFLECTION | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b17152b..6768eda 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 http version 2.2.0RC1 ] { +Extension [ extension #168 http version 2.2.0 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -15,11 +15,14 @@ Extension [ 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 } -- cgit