From b620f30db362296c44f090298265aa155d57f59d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Feb 2015 09:17:45 +0100 Subject: php-pecl-http: 2.3.0RC1 (beta) for remi-test --- REFLECTION | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 10f7cb1..a510192 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #168 http version 2.2.1 ] { +Extension [ extension #171 http version 2.3.0RC1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -15,9 +15,10 @@ Extension [ extension #168 http version 2.2.1 ] { } } - - Constants [29] { + - Constants [30] { 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_2_0 ] { 3 } 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 } @@ -47,7 +48,7 @@ Extension [ extension #168 http version 2.2.1 ] { Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 } } - - Classes [28] { + - Classes [29] { Interface [ interface http\Exception ] { - Constants [0] { @@ -1079,6 +1080,55 @@ Extension [ extension #168 http version 2.2.1 ] { } } + Class [ class http\Header\Parser ] { + + - Constants [8] { + Constant [ integer CLEANUP ] { 1 } + Constant [ integer STATE_FAILURE ] { -1 } + Constant [ integer STATE_START ] { 0 } + Constant [ integer STATE_KEY ] { 1 } + Constant [ integer STATE_VALUE ] { 2 } + Constant [ integer STATE_VALUE_EX ] { 3 } + Constant [ integer STATE_HEADER_DONE ] { 4 } + Constant [ integer STATE_DONE ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method getState ] { + + - Parameters [0] { + } + } + + Method [ public method parse ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $flags ] + Parameter #2 [ array or NULL &$headers ] + } + } + + Method [ public method stream ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $flags ] + Parameter #2 [ array or NULL &$headers ] + } + } + } + } + Class [ class http\Message implements Countable, Serializable, Iterator, Traversable ] { - Constants [3] { @@ -1390,7 +1440,7 @@ Extension [ extension #168 http version 2.2.1 ] { Class [ class http\Message\Parser ] { - - Constants [14] { + - Constants [15] { Constant [ integer CLEANUP ] { 1 } Constant [ integer DUMB_BODIES ] { 2 } Constant [ integer EMPTY_REDIRECTS ] { 4 } @@ -1404,7 +1454,8 @@ Extension [ extension #168 http version 2.2.1 ] { Constant [ integer STATE_BODY_LENGTH ] { 5 } Constant [ integer STATE_BODY_CHUNKED ] { 6 } Constant [ integer STATE_BODY_DONE ] { 7 } - Constant [ integer STATE_DONE ] { 8 } + Constant [ integer STATE_UPDATE_CL ] { 8 } + Constant [ integer STATE_DONE ] { 9 } } - Static properties [0] { @@ -1769,7 +1820,7 @@ Extension [ extension #168 http version 2.2.1 ] { Property [ public $recordHistory ] } - - Methods [27] { + - Methods [30] { Method [ public method __construct ] { - Parameters [2] { @@ -1845,14 +1896,21 @@ Extension [ extension #168 http version 2.2.1 ] { } } - Method [ public method enablePipelining ] { + Method [ public method configure ] { + + - Parameters [1] { + Parameter #0 [ array or NULL $settings ] + } + } + + Method [ public method enablePipelining ] { - Parameters [1] { Parameter #0 [ $enable ] } } - Method [ public method enableEvents ] { + Method [ public method enableEvents ] { - Parameters [1] { Parameter #0 [ $enable ] @@ -1952,6 +2010,18 @@ Extension [ extension #168 http version 2.2.1 ] { - Parameters [0] { } } + + Method [ public method getAvailableOptions ] { + + - Parameters [0] { + } + } + + Method [ public method getAvailableConfiguration ] { + + - Parameters [0] { + } + } } } -- cgit