From 568dd1b65964105167c492011ac240a231e4d9d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Nov 2014 17:31:09 +0100 Subject: php-pecl-http: 2.2.0RC1 --- REFLECTION | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 85 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3b95ad8..b17152b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #169 http version 2.1.4 ] { +Extension [ extension #169 http version 2.2.0RC1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -44,7 +44,7 @@ Extension [ extension #169 http version 2.1.4 ] { Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 } } - - Classes [27] { + - Classes [28] { Interface [ interface http\Exception ] { - Constants [0] { @@ -1385,6 +1385,61 @@ Extension [ extension #169 http version 2.1.4 ] { } } + Class [ class http\Message\Parser ] { + + - Constants [14] { + Constant [ integer CLEANUP ] { 1 } + Constant [ integer DUMB_BODIES ] { 2 } + Constant [ integer EMPTY_REDIRECTS ] { 4 } + Constant [ integer GREEDY ] { 8 } + Constant [ integer STATE_FAILURE ] { -1 } + Constant [ integer STATE_START ] { 0 } + Constant [ integer STATE_HEADER ] { 1 } + Constant [ integer STATE_HEADER_DONE ] { 2 } + Constant [ integer STATE_BODY ] { 3 } + Constant [ integer STATE_BODY_DUMB ] { 4 } + Constant [ integer STATE_BODY_LENGTH ] { 5 } + Constant [ integer STATE_BODY_CHUNKED ] { 6 } + Constant [ integer STATE_BODY_DONE ] { 7 } + Constant [ integer STATE_DONE ] { 8 } + } + + - 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 [ &$message ] + } + } + + Method [ public method stream ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $flags ] + Parameter #2 [ &$message ] + } + } + } + } + Class [ class http\Message\Body implements Serializable ] { - Constants [0] { @@ -2602,7 +2657,7 @@ Extension [ extension #169 http version 2.1.4 ] { Class [ class http\Url ] { - - Constants [13] { + - Constants [17] { Constant [ integer REPLACE ] { 0 } Constant [ integer JOIN_PATH ] { 1 } Constant [ integer JOIN_QUERY ] { 2 } @@ -2616,6 +2671,10 @@ Extension [ extension #169 http version 2.1.4 ] { Constant [ integer STRIP_ALL ] { 492 } Constant [ integer FROM_ENV ] { 4096 } Constant [ integer SANITIZE_PATH ] { 8192 } + Constant [ integer PARSE_MBLOC ] { 65536 } + Constant [ integer PARSE_MBUTF8 ] { 131072 } + Constant [ integer PARSE_TOIDN ] { 1048576 } + Constant [ integer PARSE_TOPCT ] { 2097152 } } - Static properties [0] { @@ -2803,7 +2862,7 @@ Extension [ extension #169 http version 2.1.4 ] { - Static methods [0] { } - - Properties [12] { + - Properties [13] { Property [ protected $type ] Property [ protected $body ] Property [ protected $requestMethod ] @@ -2815,10 +2874,11 @@ Extension [ extension #169 http version 2.1.4 ] { Property [ protected $parentMessage ] Property [ protected $query ] Property [ protected $form ] + Property [ protected $cookie ] Property [ protected $files ] } - - Methods [45] { + - Methods [46] { Method [ public method __construct ] { - Parameters [0] { @@ -2845,6 +2905,16 @@ Extension [ extension #169 http version 2.1.4 ] { } } + Method [ public method getCookie ] { + + - Parameters [4] { + Parameter #0 [ $name ] + Parameter #1 [ $type ] + Parameter #2 [ $defval ] + Parameter #3 [ $delete ] + } + } + Method [ public method getFiles ] { - Parameters [0] { @@ -3144,7 +3214,7 @@ Extension [ extension #169 http version 2.1.4 ] { - Static methods [0] { } - - Properties [18] { + - Properties [19] { Property [ protected $type ] Property [ protected $body ] Property [ protected $requestMethod ] @@ -3155,6 +3225,7 @@ Extension [ extension #169 http version 2.1.4 ] { Property [ protected $headers ] Property [ protected $parentMessage ] Property [ protected $request ] + Property [ protected $cookies ] Property [ protected $contentType ] Property [ protected $contentDisposition ] Property [ protected $contentEncoding ] @@ -3165,7 +3236,7 @@ Extension [ extension #169 http version 2.1.4 ] { Property [ protected $throttleChunk ] } - - Methods [54] { + - Methods [55] { Method [ public method __construct ] { - Parameters [0] { @@ -3187,6 +3258,13 @@ Extension [ extension #169 http version 2.1.4 ] { } } + Method [ public method setCookie ] { + + - Parameters [1] { + Parameter #0 [ $cookie ] + } + } + Method [ public method setContentType ] { - Parameters [1] { -- cgit