From 4ae1088d45d67b77ec035c1d08625eae4b14a926 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Jun 2019 15:45:29 +0200 Subject: v3.2.1 --- REFLECTION | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 143 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6b95397..ac4802f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #186 http version 3.2.0 ] { +Extension [ extension #194 http version 3.2.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -14,7 +14,7 @@ Extension [ extension #186 http version 3.2.0 ] { } - Constants [56] { - Constant [ integer http\Client\Curl\FEATURES ] { 4179869 } + Constant [ integer http\Client\Curl\FEATURES ] { 12568477 } Constant [ integer http\Client\Curl\Features\IPV6 ] { 1 } Constant [ integer http\Client\Curl\Features\KERBEROS4 ] { 2 } Constant [ integer http\Client\Curl\Features\KERBEROS5 ] { 262144 } @@ -33,9 +33,9 @@ Extension [ extension #186 http version 3.2.0 ] { Constant [ integer http\Client\Curl\Features\HTTP2 ] { 65536 } Constant [ integer http\Client\Curl\Features\UNIX_SOCKETS ] { 524288 } Constant [ integer http\Client\Curl\Features\PSL ] { 1048576 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.55.1 OpenSSL/1.1.0h zlib/1.2.11 libidn2/2.0.5 libpsl/0.18.0 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.31.1 } - Constant [ string http\Client\Curl\Versions\CURL ] { 7.55.1 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.0h } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.61.1 OpenSSL/1.1.1b zlib/1.2.11 brotli/1.0.5 libidn2/2.1.1 libpsl/0.20.2 (+libidn2/2.0.5) libssh/0.8.7/openssl/zlib nghttp2/1.34.0 } + Constant [ string http\Client\Curl\Versions\CURL ] { 7.61.1 } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1b } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.11 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 } Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 } @@ -72,7 +72,7 @@ Extension [ extension #186 http version 3.2.0 ] { Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 } } - - Classes [31] { + - Classes [33] { Interface [ interface http\Exception ] { - Constants [0] { @@ -1041,6 +1041,132 @@ Extension [ extension #186 http version 3.2.0 ] { } } + Class [ class http\Encoding\Stream\Enbrotli extends http\Encoding\Stream ] { + + - Constants [12] { + Constant [ public integer FLUSH_NONE ] { 0 } + Constant [ public integer FLUSH_SYNC ] { 1048576 } + Constant [ public integer FLUSH_FULL ] { 2097152 } + Constant [ public integer LEVEL_MIN ] { 1 } + Constant [ public integer LEVEL_DEF ] { 4 } + Constant [ public integer LEVEL_MAX ] { 11 } + Constant [ public integer WBITS_MIN ] { 160 } + Constant [ public integer WBITS_DEF ] { 352 } + Constant [ public integer WBITS_MAX ] { 384 } + Constant [ public integer MODE_GENERIC ] { 0 } + Constant [ public integer MODE_TEXT ] { 4096 } + Constant [ public integer MODE_FONT ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method encode ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $flags ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method update ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method flush ] { + + - Parameters [0] { + } + } + + Method [ public method done ] { + + - Parameters [0] { + } + } + + Method [ public method finish ] { + + - Parameters [0] { + } + } + } + } + + Class [ class http\Encoding\Stream\Debrotli extends http\Encoding\Stream ] { + + - Constants [3] { + Constant [ public integer FLUSH_NONE ] { 0 } + Constant [ public integer FLUSH_SYNC ] { 1048576 } + Constant [ public integer FLUSH_FULL ] { 2097152 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method decode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method update ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method flush ] { + + - Parameters [0] { + } + } + + Method [ public method done ] { + + - Parameters [0] { + } + } + + Method [ public method finish ] { + + - Parameters [0] { + } + } + } + } + Class [ class http\Header implements Serializable ] { - Constants [5] { @@ -1968,8 +2094,9 @@ Extension [ extension #186 http version 3.2.0 ] { Method [ public method notify ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ http\Client\Request or NULL $request ] + Parameter #1 [ $progress ] } } @@ -2931,7 +3058,7 @@ Extension [ extension #186 http version 3.2.0 ] { Class [ class http\Env\Url extends http\Url ] { - - Constants [19] { + - Constants [22] { Constant [ public integer REPLACE ] { 0 } Constant [ public integer JOIN_PATH ] { 1 } Constant [ public integer JOIN_QUERY ] { 2 } @@ -2951,6 +3078,9 @@ Extension [ extension #186 http version 3.2.0 ] { Constant [ public integer PARSE_TOIDN_2003 ] { 9437184 } Constant [ public integer PARSE_TOIDN_2008 ] { 5242880 } Constant [ public integer PARSE_TOPCT ] { 2097152 } + Constant [ public integer IGNORE_ERRORS ] { 268435456 } + Constant [ public integer SILENT_ERRORS ] { 536870912 } + Constant [ public integer STDFLAGS ] { 3350531 } } - Static properties [0] { @@ -2971,7 +3101,7 @@ Extension [ extension #186 http version 3.2.0 ] { } - Methods [5] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $old_url ] @@ -2980,7 +3110,7 @@ Extension [ extension #186 http version 3.2.0 ] { } } - Method [ public method mod ] { + Method [ public method mod ] { - Parameters [2] { Parameter #0 [ $more_url_parts ] @@ -2988,19 +3118,19 @@ Extension [ extension #186 http version 3.2.0 ] { } } - Method [ public method toString ] { + Method [ public method toString ] { - Parameters [0] { } } - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } } - Method [ public method toArray ] { + Method [ public method toArray ] { - Parameters [0] { } -- cgit