summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-07 08:20:54 +0200
committerRemi Collet <remi@remirepo.net>2017-05-07 08:20:54 +0200
commit116ec61877e13dd145c8b9fedfa055b0a718db1d (patch)
tree355ef10fd2c379a4d60725abe95b6a46ea5c5d18
parent7049ed0f797004513eb682ed5c652e727c0b532e (diff)
clean php5 branch
-rw-r--r--.gitignore7
-rw-r--r--REFLECTION-PHP73981
-rw-r--r--php-pecl-http-php7.spec573
3 files changed, 7 insertions, 4554 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
deleted file mode 100644
index 96fec44..0000000
--- a/REFLECTION-PHP7
+++ /dev/null
@@ -1,3981 +0,0 @@
-Extension [ <persistent> extension #153 http version 3.1.0 ] {
-
- - Dependencies {
- Dependency [ raphf (Required) ]
- Dependency [ propro (Required) ]
- Dependency [ spl (Required) ]
- Dependency [ hash (Required) ]
- }
-
- - INI {
- Entry [ http.etag.mode <ALL> ]
- Current = 'crc32b'
- }
- }
-
- - Constants [55] {
- Constant [ integer http\Client\Curl\FEATURES ] { 2066333 }
- Constant [ integer http\Client\Curl\Features\IPV6 ] { 1 }
- Constant [ integer http\Client\Curl\Features\KERBEROS4 ] { 2 }
- Constant [ integer http\Client\Curl\Features\KERBEROS5 ] { 262144 }
- Constant [ integer http\Client\Curl\Features\SSL ] { 4 }
- Constant [ integer http\Client\Curl\Features\LIBZ ] { 8 }
- Constant [ integer http\Client\Curl\Features\NTLM ] { 16 }
- Constant [ integer http\Client\Curl\Features\GSSNEGOTIATE ] { 32 }
- Constant [ integer http\Client\Curl\Features\ASYNCHDNS ] { 128 }
- Constant [ integer http\Client\Curl\Features\SPNEGO ] { 256 }
- Constant [ integer http\Client\Curl\Features\LARGEFILE ] { 512 }
- Constant [ integer http\Client\Curl\Features\IDN ] { 1024 }
- Constant [ integer http\Client\Curl\Features\SSPI ] { 2048 }
- Constant [ integer http\Client\Curl\Features\GSSAPI ] { 131072 }
- Constant [ integer http\Client\Curl\Features\TLSAUTH_SRP ] { 16384 }
- Constant [ integer http\Client\Curl\Features\NTLM_WB ] { 32768 }
- 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.51.0 NSS/3.27 zlib/1.2.8 libidn2/0.11 libpsl/0.14.0 (+libidn2/0.10) libssh2/1.8.0 nghttp2/1.13.0 }
- Constant [ string http\Client\Curl\Versions\CURL ] { 7.51.0 }
- Constant [ string http\Client\Curl\Versions\SSL ] { NSS/3.27 }
- Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.8 }
- 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_2TLS ] { 4 }
- 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 }
- Constant [ integer http\Client\Curl\IPRESOLVE_V4 ] { 1 }
- Constant [ integer http\Client\Curl\IPRESOLVE_V6 ] { 2 }
- Constant [ integer http\Client\Curl\IPRESOLVE_ANY ] { 0 }
- Constant [ integer http\Client\Curl\AUTH_BASIC ] { 1 }
- Constant [ integer http\Client\Curl\AUTH_DIGEST ] { 2 }
- Constant [ integer http\Client\Curl\AUTH_DIGEST_IE ] { 16 }
- Constant [ integer http\Client\Curl\AUTH_NTLM ] { 8 }
- Constant [ integer http\Client\Curl\AUTH_GSSNEG ] { 4 }
- Constant [ integer http\Client\Curl\AUTH_SPNEGO ] { 4 }
- Constant [ integer http\Client\Curl\AUTH_ANY ] { -17 }
- Constant [ integer http\Client\Curl\PROXY_SOCKS4 ] { 4 }
- Constant [ integer http\Client\Curl\PROXY_SOCKS4A ] { 5 }
- Constant [ integer http\Client\Curl\PROXY_SOCKS5_HOSTNAME ] { 5 }
- Constant [ integer http\Client\Curl\PROXY_SOCKS5 ] { 5 }
- Constant [ integer http\Client\Curl\PROXY_HTTP ] { 0 }
- Constant [ integer http\Client\Curl\PROXY_HTTP_1_0 ] { 1 }
- Constant [ integer http\Client\Curl\POSTREDIR_301 ] { 1 }
- Constant [ integer http\Client\Curl\POSTREDIR_302 ] { 2 }
- Constant [ integer http\Client\Curl\POSTREDIR_303 ] { 4 }
- Constant [ integer http\Client\Curl\POSTREDIR_ALL ] { 7 }
- }
-
- - Classes [31] {
- Interface [ <internal:http> interface http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [0] {
- }
- }
-
- Class [ <internal:http> class http\Exception\RuntimeException extends RuntimeException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\UnexpectedValueException extends UnexpectedValueException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadMethodCallException extends BadMethodCallException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadHeaderException extends DomainException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadUrlException extends DomainException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadMessageException extends DomainException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadConversionException extends DomainException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Exception\BadQueryStringException extends DomainException implements Throwable, http\Exception ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
- }
- }
- }
-
- Class [ <internal:http> class http\Cookie ] {
-
- - Constants [3] {
- Constant [ integer PARSE_RAW ] { 1 }
- Constant [ integer SECURE ] { 16 }
- Constant [ integer HTTPONLY ] { 32 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [26] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $cookie_string ]
- Parameter #1 [ <optional> $parser_flags ]
- Parameter #2 [ <optional> $allowed_extras ]
- }
- }
-
- Method [ <internal:http> public method getCookies ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setCookies ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $cookies ]
- }
- }
-
- Method [ <internal:http> public method addCookies ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $cookies ]
- }
- }
-
- Method [ <internal:http> public method getCookie ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- }
-
- Method [ <internal:http> public method setCookie ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $cookie_name ]
- Parameter #1 [ <optional> $cookie_value ]
- }
- }
-
- Method [ <internal:http> public method addCookie ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $cookie_name ]
- Parameter #1 [ <required> $cookie_value ]
- }
- }
-
- Method [ <internal:http> public method getExtras ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setExtras ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $extras ]
- }
- }
-
- Method [ <internal:http> public method addExtras ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $extras ]
- }
- }
-
- Method [ <internal:http> public method getExtra ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- }
-
- Method [ <internal:http> public method setExtra ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $extra_name ]
- Parameter #1 [ <optional> $extra_value ]
- }
- }
-
- Method [ <internal:http> public method addExtra ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $extra_name ]
- Parameter #1 [ <required> $extra_value ]
- }
- }
-
- Method [ <internal:http> public method getDomain ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setDomain ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method getPath ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setPath ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method getExpires ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setExpires ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method getMaxAge ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setMaxAge ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method getFlags ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setFlags ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method toArray ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> abstract class http\Encoding\Stream ] {
-
- - Constants [3] {
- Constant [ integer FLUSH_NONE ] { 0 }
- Constant [ integer FLUSH_SYNC ] { 1048576 }
- Constant [ integer FLUSH_FULL ] { 2097152 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [5] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http> public method update ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:http> public method flush ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method done ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method finish ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Encoding\Stream\Deflate extends http\Encoding\Stream ] {
-
- - Constants [14] {
- Constant [ integer FLUSH_NONE ] { 0 }
- Constant [ integer FLUSH_SYNC ] { 1048576 }
- Constant [ integer FLUSH_FULL ] { 2097152 }
- Constant [ integer TYPE_GZIP ] { 16 }
- Constant [ integer TYPE_ZLIB ] { 0 }
- Constant [ integer TYPE_RAW ] { 32 }
- Constant [ integer LEVEL_DEF ] { 0 }
- Constant [ integer LEVEL_MIN ] { 1 }
- Constant [ integer LEVEL_MAX ] { 9 }
- Constant [ integer STRATEGY_DEF ] { 0 }
- Constant [ integer STRATEGY_FILT ] { 256 }
- Constant [ integer STRATEGY_HUFF ] { 512 }
- Constant [ integer STRATEGY_RLE ] { 768 }
- Constant [ integer STRATEGY_FIXED ] { 1024 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method encode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $flags ]
- }
- }
- }
-
- - Properties [0] {
- }
-
- - Methods [5] {
- Method [ <internal:http, inherits http\Encoding\Stream, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method update ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method flush ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method done ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method finish ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Encoding\Stream\Inflate extends http\Encoding\Stream ] {
-
- - Constants [3] {
- Constant [ integer FLUSH_NONE ] { 0 }
- Constant [ integer FLUSH_SYNC ] { 1048576 }
- Constant [ integer FLUSH_FULL ] { 2097152 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method decode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
- }
-
- - Properties [0] {
- }
-
- - Methods [5] {
- Method [ <internal:http, inherits http\Encoding\Stream, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method update ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method flush ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method done ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method finish ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Encoding\Stream\Dechunk extends http\Encoding\Stream ] {
-
- - Constants [3] {
- Constant [ integer FLUSH_NONE ] { 0 }
- Constant [ integer FLUSH_SYNC ] { 1048576 }
- Constant [ integer FLUSH_FULL ] { 2097152 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method decode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> &$decoded_len ]
- }
- }
- }
-
- - Properties [0] {
- }
-
- - Methods [5] {
- Method [ <internal:http, inherits http\Encoding\Stream, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method update ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $data ]
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method flush ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method done ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Encoding\Stream> public method finish ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Header implements Serializable ] {
-
- - Constants [5] {
- Constant [ integer MATCH_LOOSE ] { 0 }
- Constant [ integer MATCH_CASE ] { 1 }
- Constant [ integer MATCH_WORD ] { 16 }
- Constant [ integer MATCH_FULL ] { 32 }
- Constant [ integer MATCH_STRICT ] { 33 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method parse ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $string ]
- Parameter #1 [ <optional> $header_class ]
- }
- }
- }
-
- - Properties [2] {
- Property [ <default> public $name ]
- Property [ <default> public $value ]
- }
-
- - Methods [8] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http> public method match ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $value ]
- Parameter #1 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http> public method negotiate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $supported ]
- Parameter #1 [ <optional> &$result ]
- }
- }
-
- Method [ <internal:http> public method getParams ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $param_sep ]
- Parameter #1 [ <optional> $arg_sep ]
- Parameter #2 [ <optional> $val_sep ]
- Parameter #3 [ <optional> $flags ]
- }
- }
- }
- }
-
- Class [ <internal:http> 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 [ <internal:http> public method getState ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method parse ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <required> $flags ]
- Parameter #2 [ <required> array or NULL &$headers ]
- }
- }
-
- Method [ <internal:http> public method stream ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $stream ]
- Parameter #1 [ <required> $flags ]
- Parameter #2 [ <required> array or NULL &$headers ]
- }
- }
- }
- }
-
- Class [ <internal:http> <iterateable> class http\Message implements Countable, Serializable, Iterator, Traversable ] {
-
- - Constants [3] {
- Constant [ integer TYPE_NONE ] { 0 }
- Constant [ integer TYPE_REQUEST ] { 1 }
- Constant [ integer TYPE_RESPONSE ] { 2 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [9] {
- Property [ <default> protected $type ]
- Property [ <default> protected $body ]
- Property [ <default> protected $requestMethod ]
- Property [ <default> protected $requestUrl ]
- Property [ <default> protected $responseStatus ]
- Property [ <default> protected $responseCode ]
- Property [ <default> protected $httpVersion ]
- Property [ <default> protected $headers ]
- Property [ <default> protected $parentMessage ]
- }
-
- - Methods [42] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $greedy ]
- }
- }
-
- Method [ <internal:http> public method getBody ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http> public method addBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http> public method getHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $into_class ]
- }
- }
-
- Method [ <internal:http> public method setHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http> public method addHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http> public method getHeaders ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setHeaders ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $headers ]
- }
- }
-
- Method [ <internal:http> public method addHeaders ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $headers ]
- Parameter #1 [ <optional> $append ]
- }
- }
-
- Method [ <internal:http> public method getType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $type ]
- }
- }
-
- Method [ <internal:http> public method getInfo ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_info ]
- }
- }
-
- Method [ <internal:http> public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setResponseCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $response_code ]
- Parameter #1 [ <optional> $strict ]
- }
- }
-
- Method [ <internal:http> public method getResponseStatus ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setResponseStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $response_status ]
- }
- }
-
- Method [ <internal:http> public method getRequestMethod ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setRequestMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $request_method ]
- }
- }
-
- Method [ <internal:http> public method getRequestUrl ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setRequestUrl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $url ]
- }
- }
-
- Method [ <internal:http> public method getHttpVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setHttpVersion ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_version ]
- }
- }
-
- Method [ <internal:http> public method getParentMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $include_parent ]
- }
- }
-
- Method [ <internal:http> public method toCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
-
- Method [ <internal:http> public method toStream ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $stream ]
- }
- }
-
- Method [ <internal:http, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, prototype Iterator> public method rewind ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Iterator> public method valid ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Iterator> public method current ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Iterator> public method key ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Iterator> public method next ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method detach ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method prepend ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Message $message ]
- Parameter #1 [ <optional> $top ]
- }
- }
-
- Method [ <internal:http> public method reverse ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method isMultipart ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> &$boundary ]
- }
- }
-
- Method [ <internal:http> public method splitMultipartBody ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Message\Parser ] {
-
- - Constants [15] {
- 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_UPDATE_CL ] { 8 }
- Constant [ integer STATE_DONE ] { 9 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [3] {
- Method [ <internal:http> public method getState ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method parse ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <required> $flags ]
- Parameter #2 [ <required> &$message ]
- }
- }
-
- Method [ <internal:http> public method stream ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $stream ]
- Parameter #1 [ <required> $flags ]
- Parameter #2 [ <required> &$message ]
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Message\Body implements Serializable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [14] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $stream ]
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http> public method toStream ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $stream ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $maxlen ]
- }
- }
-
- Method [ <internal:http> public method toCallback ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $callback ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $maxlen ]
- }
- }
-
- Method [ <internal:http> public method getResource ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method getBoundary ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method append ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $string ]
- }
- }
-
- Method [ <internal:http> public method addForm ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> array or NULL $fields ]
- Parameter #1 [ <optional> array or NULL $files ]
- }
- }
-
- Method [ <internal:http> public method addPart ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message $message ]
- }
- }
-
- Method [ <internal:http> public method etag ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method stat ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $field ]
- }
- }
- }
- }
-
- Class [ <internal:http> <iterateable> class http\QueryString implements Serializable, ArrayAccess, IteratorAggregate, Traversable ] {
-
- - Constants [6] {
- Constant [ integer TYPE_BOOL ] { 13 }
- Constant [ integer TYPE_INT ] { 4 }
- Constant [ integer TYPE_FLOAT ] { 5 }
- Constant [ integer TYPE_STRING ] { 6 }
- Constant [ integer TYPE_ARRAY ] { 7 }
- Constant [ integer TYPE_OBJECT ] { 8 }
- }
-
- - Static properties [1] {
- Property [ private static $instance ]
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method getGlobalInstance ] {
-
- - Parameters [0] {
- }
- }
- }
-
- - Properties [1] {
- Property [ <default> private $queryArray ]
- }
-
- - Methods [20] {
- Method [ <internal:http, ctor> final public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $params ]
- }
- }
-
- Method [ <internal:http> public method toArray ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method get ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $type ]
- Parameter #2 [ <optional> $defval ]
- Parameter #3 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $params ]
- }
- }
-
- Method [ <internal:http> public method mod ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $params ]
- }
- }
-
- Method [ <internal:http> public method getBool ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getInt ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getFloat ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getString ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getArray ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getObject ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $defval ]
- Parameter #2 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http, prototype IteratorAggregate> public method getIterator ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetGet ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $offset ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetSet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $offset ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetExists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $offset ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetUnset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $offset ]
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Client implements SplSubject, Countable ] {
-
- - Constants [6] {
- Constant [ integer DEBUG_INFO ] { 0 }
- Constant [ integer DEBUG_IN ] { 1 }
- Constant [ integer DEBUG_OUT ] { 2 }
- Constant [ integer DEBUG_HEADER ] { 16 }
- Constant [ integer DEBUG_BODY ] { 32 }
- Constant [ integer DEBUG_SSL ] { 64 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal:http> static public method getAvailableDrivers ] {
-
- - Parameters [0] {
- }
- }
- }
-
- - Properties [4] {
- Property [ <default> private $observers ]
- Property [ <default> protected $options ]
- Property [ <default> protected $history ]
- Property [ <default> public $recordHistory ]
- }
-
- - Methods [31] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $driver ]
- Parameter #1 [ <optional> $persistent_handle_id ]
- }
- }
-
- Method [ <internal:http> public method reset ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method enqueue ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Client\Request $request ]
- Parameter #1 [ <optional> $callable ]
- }
- }
-
- Method [ <internal:http> public method dequeue ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Client\Request $request ]
- }
- }
-
- Method [ <internal:http> public method requeue ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Client\Request $request ]
- Parameter #1 [ <optional> $callable ]
- }
- }
-
- Method [ <internal:http, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method send ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method once ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method wait ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
- }
- }
-
- Method [ <internal:http> public method getResponse ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> http\Client\Request or NULL $request ]
- }
- }
-
- Method [ <internal:http> public method getHistory ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method configure ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $settings ]
- }
- }
-
- Method [ <internal, deprecated:http> public method enablePipelining ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $enable ]
- }
- }
-
- Method [ <internal, deprecated:http> public method enableEvents ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $enable ]
- }
- }
-
- Method [ <internal:http, prototype SplSubject> public method notify ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> http\Client\Request or NULL $request ]
- }
- }
-
- Method [ <internal:http, prototype SplSubject> public method attach ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> SplObserver $observer ]
- }
- }
-
- Method [ <internal:http, prototype SplSubject> public method detach ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> SplObserver $observer ]
- }
- }
-
- Method [ <internal:http> public method getObservers ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method getProgressInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Client\Request $request ]
- }
- }
-
- Method [ <internal:http> public method getTransferInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Client\Request $request ]
- }
- }
-
- Method [ <internal:http> public method setOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
- }
- }
-
- Method [ <internal:http> public method getOptions ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setSslOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $ssl_option ]
- }
- }
-
- Method [ <internal:http> public method addSslOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $ssl_options ]
- }
- }
-
- Method [ <internal:http> public method getSslOptions ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setCookies ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $cookies ]
- }
- }
-
- Method [ <internal:http> public method addCookies ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $cookies ]
- }
- }
-
- Method [ <internal:http> public method getCookies ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method getAvailableOptions ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method getAvailableConfiguration ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setDebug ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
- }
- }
-
- Class [ <internal:http> <iterateable> class http\Client\Request extends http\Message implements Traversable, Iterator, Serializable, Countable ] {
-
- - Constants [3] {
- Constant [ integer TYPE_NONE ] { 0 }
- Constant [ integer TYPE_REQUEST ] { 1 }
- Constant [ integer TYPE_RESPONSE ] { 2 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [10] {
- Property [ <default> protected $type ]
- Property [ <default> protected $body ]
- Property [ <default> protected $requestMethod ]
- Property [ <default> protected $requestUrl ]
- Property [ <default> protected $responseStatus ]
- Property [ <default> protected $responseCode ]
- Property [ <default> protected $httpVersion ]
- Property [ <default> protected $headers ]
- Property [ <default> protected $parentMessage ]
- Property [ <default> protected $options ]
- }
-
- - Methods [52] {
- Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $method ]
- Parameter #1 [ <optional> $url ]
- Parameter #2 [ <optional> array or NULL $headers ]
- Parameter #3 [ <optional> http\Message\Body or NULL $body ]
- }
- }
-
- Method [ <internal:http> public method setContentType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $content_type ]
- }
- }
-
- Method [ <internal:http> public method getContentType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setQuery ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $query_data ]
- }
- }
-
- Method [ <internal:http> public method getQuery ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method addQuery ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $query_data ]
- }
- }
-
- Method [ <internal:http> public method setOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $options ]
- }
- }
-
- Method [ <internal:http> public method getOptions ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method setSslOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $ssl_options ]
- }
- }
-
- Method [ <internal:http> public method getSslOptions ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method addSslOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array or NULL $ssl_options ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getBody ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $into_class ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeaders ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeaders ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $headers ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeaders ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $headers ]
- Parameter #1 [ <optional> $append ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $type ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getInfo ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_info ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $response_code ]
- Parameter #1 [ <optional> $strict ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseStatus ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $response_status ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestMethod ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $request_method ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestUrl ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestUrl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $url ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHttpVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHttpVersion ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_version ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getParentMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toString ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $include_parent ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toStream ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $stream ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method valid ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method current ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method key ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method next ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method detach ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method prepend ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Message $message ]
- Parameter #1 [ <optional> $top ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method reverse ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method isMultipart ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> &$boundary ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method splitMultipartBody ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> <iterateable> class http\Client\Response extends http\Message implements Traversable, Iterator, Serializable, Countable ] {
-
- - Constants [3] {
- Constant [ integer TYPE_NONE ] { 0 }
- Constant [ integer TYPE_REQUEST ] { 1 }
- Constant [ integer TYPE_RESPONSE ] { 2 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [10] {
- Property [ <default> protected $type ]
- Property [ <default> protected $body ]
- Property [ <default> protected $requestMethod ]
- Property [ <default> protected $requestUrl ]
- Property [ <default> protected $responseStatus ]
- Property [ <default> protected $responseCode ]
- Property [ <default> protected $httpVersion ]
- Property [ <default> protected $headers ]
- Property [ <default> protected $parentMessage ]
- Property [ <default> protected $transferInfo ]
- }
-
- - Methods [44] {
- Method [ <internal:http> public method getCookies ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $flags ]
- Parameter #1 [ <optional> $allowed_extras ]
- }
- }
-
- Method [ <internal:http> public method getTransferInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $element ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, ctor> public method __construct ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $greedy ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getBody ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $into_class ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeaders ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeaders ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $headers ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeaders ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $headers ]
- Parameter #1 [ <optional> $append ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $type ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getInfo ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_info ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $response_code ]
- Parameter #1 [ <optional> $strict ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseStatus ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $response_status ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestMethod ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $request_method ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestUrl ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestUrl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $url ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHttpVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHttpVersion ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_version ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getParentMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toString ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $include_parent ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toStream ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $stream ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method valid ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method current ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method key ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method next ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method detach ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method prepend ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Message $message ]
- Parameter #1 [ <optional> $top ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method reverse ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method isMultipart ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> &$boundary ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method splitMultipartBody ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Interface [ <internal:http> interface http\Client\Curl\User ] {
-
- - Constants [5] {
- Constant [ integer POLL_NONE ] { 0 }
- Constant [ integer POLL_IN ] { 1 }
- Constant [ integer POLL_OUT ] { 2 }
- Constant [ integer POLL_INOUT ] { 3 }
- Constant [ integer POLL_REMOVE ] { 4 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [0] {
- }
-
- - Methods [6] {
- Method [ <internal:http> abstract public method init ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $run ]
- }
- }
-
- Method [ <internal:http> abstract public method timer ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> integer $timeout_ms ]
- }
- }
-
- Method [ <internal:http> abstract public method socket ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $socket ]
- Parameter #1 [ <required> integer $action ]
- }
- }
-
- Method [ <internal:http> abstract public method once ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> abstract public method wait ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> integer $timeout_ms ]
- }
- }
-
- Method [ <internal:http> abstract public method send ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Url ] {
-
- - Constants [22] {
- Constant [ integer REPLACE ] { 0 }
- Constant [ integer JOIN_PATH ] { 1 }
- Constant [ integer JOIN_QUERY ] { 2 }
- Constant [ integer STRIP_USER ] { 4 }
- Constant [ integer STRIP_PASS ] { 8 }
- Constant [ integer STRIP_AUTH ] { 12 }
- Constant [ integer STRIP_PORT ] { 32 }
- Constant [ integer STRIP_PATH ] { 64 }
- Constant [ integer STRIP_QUERY ] { 128 }
- Constant [ integer STRIP_FRAGMENT ] { 256 }
- 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_TOIDN_2003 ] { 9437184 }
- Constant [ integer PARSE_TOIDN_2008 ] { 5242880 }
- Constant [ integer PARSE_TOPCT ] { 2097152 }
- Constant [ integer IGNORE_ERRORS ] { 268435456 }
- Constant [ integer SILENT_ERRORS ] { 536870912 }
- Constant [ integer STDFLAGS ] { 3350531 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [8] {
- Property [ <default> public $scheme ]
- Property [ <default> public $user ]
- Property [ <default> public $pass ]
- Property [ <default> public $host ]
- Property [ <default> public $port ]
- Property [ <default> public $path ]
- Property [ <default> public $query ]
- Property [ <default> public $fragment ]
- }
-
- - Methods [5] {
- Method [ <internal:http, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $old_url ]
- Parameter #1 [ <optional> $new_url ]
- Parameter #2 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http> public method mod ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $more_url_parts ]
- Parameter #1 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toArray ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Env\Url extends http\Url ] {
-
- - Constants [19] {
- Constant [ integer REPLACE ] { 0 }
- Constant [ integer JOIN_PATH ] { 1 }
- Constant [ integer JOIN_QUERY ] { 2 }
- Constant [ integer STRIP_USER ] { 4 }
- Constant [ integer STRIP_PASS ] { 8 }
- Constant [ integer STRIP_AUTH ] { 12 }
- Constant [ integer STRIP_PORT ] { 32 }
- Constant [ integer STRIP_PATH ] { 64 }
- Constant [ integer STRIP_QUERY ] { 128 }
- Constant [ integer STRIP_FRAGMENT ] { 256 }
- 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_TOIDN_2003 ] { 9437184 }
- Constant [ integer PARSE_TOIDN_2008 ] { 5242880 }
- Constant [ integer PARSE_TOPCT ] { 2097152 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [8] {
- Property [ <default> public $scheme ]
- Property [ <default> public $user ]
- Property [ <default> public $pass ]
- Property [ <default> public $host ]
- Property [ <default> public $port ]
- Property [ <default> public $path ]
- Property [ <default> public $query ]
- Property [ <default> public $fragment ]
- }
-
- - Methods [5] {
- Method [ <internal:http, overwrites http\Url, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> $old_url ]
- Parameter #1 [ <optional> $new_url ]
- Parameter #2 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http, overwrites http\Url, prototype http\Url> public method mod ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $more_url_parts ]
- Parameter #1 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http, overwrites http\Url, prototype http\Url> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, overwrites http\Url, prototype http\Url> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, overwrites http\Url, prototype http\Url> public method toArray ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Env ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [13] {
- Method [ <internal:http> static public method getRequestHeader ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $header_name ]
- }
- }
-
- Method [ <internal:http> static public method getRequestBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $body_class_name ]
- }
- }
-
- Method [ <internal:http> static public method getResponseStatusForCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $code ]
- }
- }
-
- Method [ <internal:http> static public method getResponseStatusForAllCodes ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> static public method getResponseHeader ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $header_name ]
- }
- }
-
- Method [ <internal:http> static public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> static public method setResponseHeader ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $header_name ]
- Parameter #1 [ <optional> $header_value ]
- Parameter #2 [ <optional> $response_code ]
- Parameter #3 [ <optional> $replace_header ]
- }
- }
-
- Method [ <internal:http> static public method setResponseCode ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $code ]
- }
- }
-
- Method [ <internal:http> static public method negotiateLanguage ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $supported ]
- Parameter #1 [ <optional> &$result_array ]
- }
- }
-
- Method [ <internal:http> static public method negotiateContentType ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $supported ]
- Parameter #1 [ <optional> &$result_array ]
- }
- }
-
- Method [ <internal:http> static public method negotiateEncoding ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $supported ]
- Parameter #1 [ <optional> &$result_array ]
- }
- }
-
- Method [ <internal:http> static public method negotiateCharset ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $supported ]
- Parameter #1 [ <optional> &$result_array ]
- }
- }
-
- Method [ <internal:http> static public method negotiate ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $params ]
- Parameter #1 [ <required> $supported ]
- Parameter #2 [ <optional> $primary_type_separator ]
- Parameter #3 [ <optional> &$result_array ]
- }
- }
- }
-
- - Properties [0] {
- }
-
- - Methods [0] {
- }
- }
-
- Class [ <internal:http> <iterateable> class http\Env\Request extends http\Message implements Traversable, Iterator, Serializable, Countable ] {
-
- - Constants [3] {
- Constant [ integer TYPE_NONE ] { 0 }
- Constant [ integer TYPE_REQUEST ] { 1 }
- Constant [ integer TYPE_RESPONSE ] { 2 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [13] {
- Property [ <default> protected $type ]
- Property [ <default> protected $body ]
- Property [ <default> protected $requestMethod ]
- Property [ <default> protected $requestUrl ]
- Property [ <default> protected $responseStatus ]
- Property [ <default> protected $responseCode ]
- Property [ <default> protected $httpVersion ]
- Property [ <default> protected $headers ]
- Property [ <default> protected $parentMessage ]
- Property [ <default> protected $query ]
- Property [ <default> protected $form ]
- Property [ <default> protected $cookie ]
- Property [ <default> protected $files ]
- }
-
- - Methods [46] {
- Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method getForm ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $type ]
- Parameter #2 [ <optional> $defval ]
- Parameter #3 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getQuery ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $type ]
- Parameter #2 [ <optional> $defval ]
- Parameter #3 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getCookie ] {
-
- - Parameters [4] {
- Parameter #0 [ <optional> $name ]
- Parameter #1 [ <optional> $type ]
- Parameter #2 [ <optional> $defval ]
- Parameter #3 [ <optional> $delete ]
- }
- }
-
- Method [ <internal:http> public method getFiles ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getBody ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $into_class ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeaders ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeaders ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $headers ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeaders ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $headers ]
- Parameter #1 [ <optional> $append ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $type ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getInfo ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_info ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $response_code ]
- Parameter #1 [ <optional> $strict ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseStatus ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $response_status ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestMethod ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $request_method ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestUrl ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestUrl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $url ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHttpVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHttpVersion ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_version ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getParentMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toString ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $include_parent ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toStream ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $stream ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method valid ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method current ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method key ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method next ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method detach ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method prepend ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Message $message ]
- Parameter #1 [ <optional> $top ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method reverse ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method isMultipart ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> &$boundary ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method splitMultipartBody ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> <iterateable> class http\Env\Response extends http\Message implements Traversable, Iterator, Serializable, Countable ] {
-
- - Constants [8] {
- Constant [ integer TYPE_NONE ] { 0 }
- Constant [ integer TYPE_REQUEST ] { 1 }
- Constant [ integer TYPE_RESPONSE ] { 2 }
- Constant [ integer CONTENT_ENCODING_NONE ] { 0 }
- Constant [ integer CONTENT_ENCODING_GZIP ] { 1 }
- Constant [ integer CACHE_NO ] { 0 }
- Constant [ integer CACHE_HIT ] { 1 }
- Constant [ integer CACHE_MISS ] { 2 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [19] {
- Property [ <default> protected $type ]
- Property [ <default> protected $body ]
- Property [ <default> protected $requestMethod ]
- Property [ <default> protected $requestUrl ]
- Property [ <default> protected $responseStatus ]
- Property [ <default> protected $responseCode ]
- Property [ <default> protected $httpVersion ]
- Property [ <default> protected $headers ]
- Property [ <default> protected $parentMessage ]
- Property [ <default> protected $request ]
- Property [ <default> protected $cookies ]
- Property [ <default> protected $contentType ]
- Property [ <default> protected $contentDisposition ]
- Property [ <default> protected $contentEncoding ]
- Property [ <default> protected $cacheControl ]
- Property [ <default> protected $etag ]
- Property [ <default> protected $lastModified ]
- Property [ <default> protected $throttleDelay ]
- Property [ <default> protected $throttleChunk ]
- }
-
- - Methods [55] {
- Method [ <internal:http, overwrites http\Message, ctor> public method __construct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __invoke ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $ob_string ]
- Parameter #1 [ <optional> $ob_flags ]
- }
- }
-
- Method [ <internal:http> public method setEnvRequest ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message or NULL $env_request ]
- }
- }
-
- Method [ <internal:http> public method setCookie ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $cookie ]
- }
- }
-
- Method [ <internal:http> public method setContentType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $content_type ]
- }
- }
-
- Method [ <internal:http> public method setContentDisposition ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $disposition_params ]
- }
- }
-
- Method [ <internal:http> public method setContentEncoding ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $content_encoding ]
- }
- }
-
- Method [ <internal:http> public method setCacheControl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $cache_control ]
- }
- }
-
- Method [ <internal:http> public method setLastModified ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $last_modified ]
- }
- }
-
- Method [ <internal:http> public method isCachedByLastModified ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $header_name ]
- }
- }
-
- Method [ <internal:http> public method setEtag ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $etag ]
- }
- }
-
- Method [ <internal:http> public method isCachedByEtag ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $header_name ]
- }
- }
-
- Method [ <internal:http> public method setThrottleRate ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $chunk_size ]
- Parameter #1 [ <optional> $delay ]
- }
- }
-
- Method [ <internal:http> public method send ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $stream ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getBody ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addBody ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> http\Message\Body $body ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $into_class ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <optional> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeader ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $header ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHeaders ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHeaders ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array or NULL $headers ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method addHeaders ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $headers ]
- Parameter #1 [ <optional> $append ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getType ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setType ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $type ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getInfo ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setInfo ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_info ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseCode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $response_code ]
- Parameter #1 [ <optional> $strict ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getResponseStatus ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setResponseStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $response_status ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestMethod ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestMethod ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $request_method ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getRequestUrl ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setRequestUrl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $url ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getHttpVersion ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method setHttpVersion ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $http_version ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method getParentMessage ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toString ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $include_parent ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $callback ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method toStream ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $stream ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Countable> public method count ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method serialize ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Serializable> public method unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method rewind ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method valid ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method current ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method key ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message, prototype Iterator> public method next ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method detach ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method prepend ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> http\Message $message ]
- Parameter #1 [ <optional> $top ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method reverse ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method isMultipart ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> &$boundary ]
- }
- }
-
- Method [ <internal:http, inherits http\Message> public method splitMultipartBody ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:http> class http\Params implements ArrayAccess ] {
-
- - Constants [12] {
- Constant [ string DEF_PARAM_SEP ] { , }
- Constant [ string DEF_ARG_SEP ] { ; }
- Constant [ string DEF_VAL_SEP ] { = }
- Constant [ string COOKIE_PARAM_SEP ] { }
- Constant [ integer PARSE_RAW ] { 0 }
- Constant [ integer PARSE_ESCAPED ] { 1 }
- Constant [ integer PARSE_URLENCODED ] { 4 }
- Constant [ integer PARSE_DIMENSION ] { 8 }
- Constant [ integer PARSE_RFC5987 ] { 16 }
- Constant [ integer PARSE_RFC5988 ] { 32 }
- Constant [ integer PARSE_DEFAULT ] { 17 }
- Constant [ integer PARSE_QUERY ] { 12 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [5] {
- Property [ <default> public $params ]
- Property [ <default> public $param_sep ]
- Property [ <default> public $arg_sep ]
- Property [ <default> public $val_sep ]
- Property [ <default> public $flags ]
- }
-
- - Methods [8] {
- Method [ <internal:http, ctor> final public method __construct ] {
-
- - Parameters [5] {
- Parameter #0 [ <optional> $params ]
- Parameter #1 [ <optional> $param_sep ]
- Parameter #2 [ <optional> $arg_sep ]
- Parameter #3 [ <optional> $val_sep ]
- Parameter #4 [ <optional> $flags ]
- }
- }
-
- Method [ <internal:http> public method toArray ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http> public method __toString ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetExists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetUnset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetSet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $name ]
- Parameter #1 [ <required> $value ]
- }
- }
-
- Method [ <internal:http, prototype ArrayAccess> public method offsetGet ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $name ]
- }
- }
- }
- }
- }
-}
-
diff --git a/php-pecl-http-php7.spec b/php-pecl-http-php7.spec
deleted file mode 100644
index 23f1aa6..0000000
--- a/php-pecl-http-php7.spec
+++ /dev/null
@@ -1,573 +0,0 @@
-# remirepo spec file for php-pecl-http
-# with SCL compatibility, from:
-#
-# Fedora spec file for php-pecl-http
-#
-# Copyright (c) 2012-2017 Remi Collet
-# License: CC-BY-SA
-# http://creativecommons.org/licenses/by-sa/4.0/
-#
-# Please, preserve the changelog entries
-#
-%if 0%{?scl:1}
-%global sub_prefix %{scl_prefix}
-%scl_package php-pecl-http
-%else
-%global _root_prefix %{_prefix}
-%endif
-
-
-%global gh_commit a84b499418ee7b8992fd9e7e2abc661735a869bd
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_owner m6w6
-%global gh_project ext-http
-#global gh_date 20150928
-#global prever RC1
-# The project is pecl_http but the extension is only http
-%global proj_name pecl_http
-%global pecl_name http
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-# after 40-propro 40-raphf
-%global ini_name 50-%{pecl_name}.ini
-%ifarch %{arm}
-# Test suite disabled because of erratic results on slow ARM (timeout)
-%global with_tests 0%{?_with_tests:1}
-%else
-%global with_tests 0%{!?_without_tests:1}
-%endif
-
-#global prever RC1
-Name: %{?sub_prefix}php-pecl-http
-Version: 3.1.0
-%if 0%{?gh_date:1}
-Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
-Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
-%else
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
-Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz
-%endif
-Summary: Extended HTTP support
-
-License: BSD
-Group: Development/Languages
-URL: http://pecl.php.net/package/pecl_http
-
-# From http://www.php.net/manual/en/http.configuration.php
-Source1: %{proj_name}.ini
-
-BuildRequires: %{?scl_prefix}php-devel >= 7
-BuildRequires: %{?scl_prefix}php-hash
-BuildRequires: %{?scl_prefix}php-spl
-BuildRequires: %{?scl_prefix}php-pear
-BuildRequires: pcre-devel
-BuildRequires: zlib-devel >= 1.2.0.4
-BuildRequires: curl-devel >= 7.18.2
-BuildRequires: libidn-devel
-# Use same version than PHP to ensure we use libicu-last (EL 6)
-BuildRequires: libicu-devel >= 50
-BuildRequires: %{?scl_prefix}php-pecl-propro-devel >= 2
-BuildRequires: %{?scl_prefix}php-pecl-raphf-devel >= 2
-BuildRequires: pkgconfig(libevent) >= 2
-# only needed in F27+
-BuildRequires: openssl-devel
-
-Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
-Requires: %{?scl_prefix}php(api) = %{php_core_api}
-Requires: %{?scl_prefix}php-hash%{?_isa}
-Requires: %{?scl_prefix}php-spl%{?_isa}
-Requires: %{?scl_prefix}php-pecl(propro)%{?_isa} >= 1.0.0
-Requires: %{?scl_prefix}php-pecl(raphf)%{?_isa} >= 1.1.0
-Obsoletes: %{?scl_prefix}php-pecl-http1 < 2
-%if 0%{?fedora} < 22
-# new extensions split off this one.
-Requires: %{?scl_prefix}php-pecl(json_post)%{?_isa}
-Requires: %{?scl_prefix}php-pecl(apfd)%{?_isa}
-%endif
-%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-
-Provides: %{?scl_prefix}php-pecl(%{proj_name}) = %{version}%{?prever}
-Provides: %{?scl_prefix}php-pecl(%{proj_name})%{?_isa} = %{version}%{?prever}
-%if "%{?scl_prefix}" != "%{?sub_prefix}"
-Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}%{?prever}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}%{?prever}
-%endif
-Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}%{?prever}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}%{?prever}
-Provides: %{?scl_prefix}php-%{pecl_name} = %{version}%{?prever}
-Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}%{?prever}
-
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
-# Other third party repo stuff
-Obsoletes: php53-pecl-http <= %{version}
-Obsoletes: php53u-pecl-http <= %{version}
-Obsoletes: php54-pecl-http <= %{version}
-Obsoletes: php54w-pecl-http <= %{version}
-Obsoletes: php55u-pecl-http <= %{version}
-Obsoletes: php55w-pecl-http <= %{version}
-Obsoletes: php56u-pecl-http <= %{version}
-Obsoletes: php56w-pecl-http <= %{version}
-Obsoletes: php70u-pecl-http <= %{version}
-Obsoletes: php70w-pecl-http <= %{version}
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-pecl-http <= %{version}
-Obsoletes: php71w-pecl-http <= %{version}
-%endif
-%endif
-
-%if 0%{?fedora} < 20 && 0%{?rhel} < 7
-# Filter shared private
-%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
-%endif
-%{?filter_setup}
-
-
-%description
-The HTTP extension aims to provide a convenient and powerful set of
-functionality for major applications.
-
-The HTTP extension eases handling of HTTP URLs, dates, redirects, headers
-and messages in a HTTP context (both incoming and outgoing). It also provides
-means for client negotiation of preferred language and charset, as well as
-a convenient way to exchange arbitrary data with caching and resuming
-capabilities.
-
-Also provided is a powerful request and parallel interface.
-
-Version 2 is completely incompatible to previous version.
-
-Documentation : http://devel-m6w6.rhcloud.com/mdref/http
-
-Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.
-
-
-%package devel
-Summary: Extended HTTP support developer files (header)
-Group: Development/Libraries
-Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: %{?scl_prefix}php-devel%{?_isa} >= 5.3.0
-%if "%{php_version}" > "5.6"
-# V1 don't support PHP 5.6 https://bugs.php.net/66879
-Obsoletes: %{?scl_prefix}php-pecl-http1-devel < 2
-%else
-# Can't install both versions of the same extension
-Conflicts: %{?scl_prefix}php-pecl-http1-devel
-%endif
-%if "%{?scl_prefix}" != "%{?sub_prefix}"
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel = %{version}%{?prever}
-Provides: %{?scl_prefix}php-pecl-%{pecl_name}-devel%{?_isa} = %{version}%{?prever}
-%endif
-
-%description devel
-These are the files needed to compile programs using HTTP extension.
-
-
-%prep
-%setup -c -q
-%if 0%{?gh_date}
-mv %{gh_project}-%{gh_commit} NTS
-mv NTS/package.xml .
-%else
-mv %{proj_name}-%{version}%{?prever} NTS
-%endif
-
-%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
-
-cd NTS
-extver=$(sed -n '/#define PHP_PECL_HTTP_VERSION/{s/.* "//;s/".*$//;p}' php_http.h)
-if test "x${extver}" != "x%{version}%{?prever}%{?gh_date:dev}"; then
- : Error: Upstream HTTP version is now ${extver}, expecting %{version}%{?prever}%{?gh_date:dev}.
- : Update the pdover macro and rebuild.
- exit 1
-fi
-cd ..
-
-cp %{SOURCE1} %{ini_name}
-
-%if %{with_zts}
-# Duplicate source tree for NTS / ZTS build
-cp -pr NTS ZTS
-%endif
-
-
-%build
-peclconf() {
-%configure \
- --with-http \
- --with-http-zlib-dir=%{_root_prefix} \
- --with-http-libcurl-dir=%{_root_prefix} \
- --with-http-libidn-dir=%{_root_prefix} \
- --with-http-libicu-dir=%{_root_prefix} \
- --with-http-libevent-dir=%{_root_prefix} \
- --with-libdir=%{_lib} \
- --with-php-config=$1
-}
-cd NTS
-%{_bindir}/phpize
-peclconf %{_bindir}/php-config
-make %{?_smp_mflags}
-
-%if %{with_zts}
-cd ../ZTS
-%{_bindir}/zts-phpize
-peclconf %{_bindir}/zts-php-config
-make %{?_smp_mflags}
-%endif
-
-
-%install
-make -C NTS install INSTALL_ROOT=%{buildroot}
-
-# Install XML package description
-install -Dpm 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
-
-# install config file
-install -Dpm644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
-
-%if %{with_zts}
-make -C ZTS install INSTALL_ROOT=%{buildroot}
-install -Dpm644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name}
-%endif
-
-# Test & Documentation
-cd NTS
-for i in $(grep 'role="test"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
-do [ -f $i ] && install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{proj_name}/$i
- [ -f tests/$i ] && install -Dpm 644 tests/$i %{buildroot}%{pecl_testdir}/%{proj_name}/tests/$i
- [ -f tests/data/$i ] && install -Dpm 644 tests/data/$i %{buildroot}%{pecl_testdir}/%{proj_name}/tests/data/$i
-done
-for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
-do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{proj_name}/$i
-done
-
-
-%check
-export REPORT_EXIT_STATUS=1
-
-user=$(id -un)
-: all tests when rpmbuild is used
-if [ "$user" = "remi" ]; then
-export SKIP_ONLINE_TESTS=0
-else
-: only local tests when mock is used
-export SKIP_ONLINE_TESTS=1
-fi
-
-# Shared needed extensions
-modules=""
-for mod in hash propro raphf; do
- if [ -f %{php_extdir}/${mod}.so ]; then
- modules="$modules -d extension=${mod}.so"
- fi
-done
-
-: Minimal load test for NTS extension
-%{__php} --no-php-ini \
- $modules \
- --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
-
-%if %{with_tests}
-rm ?TS/tests/client022.phpt
-if pkg-config --atleast-version=7.49 libcurl; then
- rm ?TS/tests/client019.phpt
-fi
-
-: Upstream test suite NTS extension
-cd NTS
-TEST_PHP_EXECUTABLE=%{__php} \
-TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
-%{__php} -n run-tests.php --show-diff
-%endif
-
-%if %{with_zts}
-: Minimal load test for ZTS extension
-%{__ztsphp} --no-php-ini \
- $modules \
- --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \
- --modules | grep %{pecl_name}
-
-%if %{with_tests}
-: Upstream test suite ZTS extension
-cd ../ZTS
-TEST_PHP_EXECUTABLE=%{__ztsphp} \
-TEST_PHP_ARGS="-n $modules -d extension=$PWD/modules/%{pecl_name}.so" \
-NO_INTERACTION=1 \
-%{__ztsphp} -n run-tests.php --show-diff
-%endif
-%endif
-
-
-%if 0%{?fedora} < 24
-# when pear installed alone, after us
-%triggerin -- %{?scl_prefix}php-pear
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-# posttrans as pear can be installed after us
-%posttrans
-if [ -x %{__pecl} ] ; then
- %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || :
-fi
-
-%postun
-if [ $1 -eq 0 -a -x %{__pecl} ] ; then
- %{pecl_uninstall} %{proj_name} >/dev/null || :
-fi
-%endif
-
-
-%files
-%{?_licensedir:%license NTS/LICENSE}
-%doc %{pecl_docdir}/%{proj_name}
-%config(noreplace) %{php_inidir}/%{ini_name}
-%{php_extdir}/%{pecl_name}.so
-%{pecl_xmldir}/%{name}.xml
-
-%if %{with_zts}
-%config(noreplace) %{php_ztsinidir}/%{ini_name}
-%{php_ztsextdir}/%{pecl_name}.so
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%doc %{pecl_testdir}/%{proj_name}
-%{php_incldir}/ext/%{pecl_name}
-
-%if %{with_zts}
-%{php_ztsincldir}/ext/%{pecl_name}
-%endif
-
-
-%changelog
-* Fri Apr 28 2017 Remi Collet <remi@fedoraproject.org> - 3.1.0-2
-- add missing BR on openssl-devel for new libcurl (FTBFS from Koschei)
-- ensure we use libevent2 on EL-6
-
-* Mon Dec 12 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1
-- update to 3.1.0 (php 7, stable)
-
-* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.5.RC1
-- rebuild with PHP 7.1.0 GA
-
-* Wed Oct 5 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.4.RC1
-- Update to 3.1.0beta2 (php 7, beta)
-- drop dependency on iconv extension
-- add dependency on libicu
-
-* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.3.beta2
-- rebuild for PHP 7.1 new API version
-
-* Sun Sep 11 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.2.beta2
-- ignore test with libcurl > 7.49
-
-* Wed Sep 7 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.1.beta2
-- Update to 3.1.0beta2 (php 7, beta)
-
-* Wed Jun 8 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-2
-- add upstream patch, fix test suite with PHP 7.1
-
-* Wed Mar 9 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
-- Update to 3.0.1 (php 7, stable)
-
-* Sat Mar 5 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-2
-- adapt for F24
-
-* Tue Jan 19 2016 Remi Collet <remi@fedoraproject.org> - 3.0.0-1
-- Update to 3.0.0 (stable)
-
-* Mon Dec 7 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.2.RC1
-- Update to 3.0.0RC1 (beta)
-
-* Wed Oct 28 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-0.1.20150928gita84b499
-- update to 3.0.0dev for PHP 7
-
-* Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1
-- Update to 2.5.3 (stable)
-
-* Thu Sep 10 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-1
-- Update to 2.5.2 (stable)
-
-* Tue Jul 28 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1
-- Update to 2.5.1 (stable)
-
-* Thu Jul 9 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-1
-- update to 2.5.0
-
-* Sun Jun 21 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-0.2.RC1
-- allow build against rh-php56 (as more-php56)
-
-* Fri May 22 2015 Remi Collet <remi@fedoraproject.org> - 2.5.0-0.1.RC1
-- update to 2.5.0RC1 (beta)
-
-* Wed Apr 08 2015 Remi Collet <remi@fedoraproject.org> - 2.4.3-1
-- Update to 2.4.3
-
-* Fri Apr 03 2015 Remi Collet <remi@fedoraproject.org> - 2.4.2-1
-- Update to 2.4.2
-
-* Wed Mar 18 2015 Remi Collet <remi@fedoraproject.org> - 2.4.1-1
-- Update to 2.4.1
-- add dependencies on pecl/json_post and pecl/apfd
-- drop dependency on json
-
-* Thu Mar 12 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1
-- Update to 2.3.2
-- disable test suite on slow ARM builder
-
-* Mon Mar 2 2015 Remi Collet <remi@fedoraproject.org> - 2.3.1-1
-- Update to 2.3.1 (stable)
-
-* Sun Mar 1 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1
-- Update to 2.3.0 (stable)
-
-* Thu Feb 19 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-0.1.RC1
-- update to 2.3.0RC1 (beta)
-- add some upstream patches
-
-* Mon Feb 09 2015 Remi Collet <remi@fedoraproject.org> - 2.2.1-1
-- Update to 2.2.1 (stable)
-
-* Tue Jan 27 2015 Remi Collet <remi@fedoraproject.org> - 2.2.0-1
-- Update to 2.2.0 (stable)
-- add dependency on libidn
-- drop runtime dependency on pear, new scriptlets
-
-* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.3.RC1
-- Fedora 21 SCL mass rebuild
-
-* Wed Nov 12 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.2.RC1
-- update to 2.2.0RC1 (beta)
-
-* Fri Nov 07 2014 Remi Collet <remi@fedoraproject.org> - 2.2.0-0.1
-- test build of 2.2.0dev
-
-* Thu Nov 06 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1
-- Update to 2.1.4
-
-* Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> - 2.1.3-1
-- Update to 2.1.3, no change, only our patch merged
-
-* Thu Sep 25 2014 Remi Collet <remi@fedoraproject.org> - 2.1.2-1
-- Update to 2.1.2
-
-* Tue Sep 09 2014 Remi Collet <remi@fedoraproject.org> - 2.1.1-1
-- Update to 2.1.1
-
-* Mon Sep 1 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
-- Update to 2.1.0
-
-* Mon Aug 25 2014 Remi Collet <rcollet@redhat.com> - 2.1.0-0.6.RC3
-- improve SCL build
-
-* Tue Aug 19 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.5.RC3
-- Update to 2.1.0RC3
-- ignore known failed test with PHP 5.3.3
-
-* Mon Aug 11 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.4.RC2
-- add upstream patch for PHP 5.3
-
-* Mon Aug 11 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.3.RC2
-- Update to 2.1.0RC2
-
-* Tue Aug 05 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.2.RC1
-- add upstream patches
-
-* Sat Aug 02 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.1.RC1
-- Update to 2.1.0RC1
-- run test suite during build
-
-* Fri Jul 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.7-1
-- Update to 2.0.7
-
-* Wed May 14 2014 Remi Collet <remi@fedoraproject.org> - 2.0.6-2
-- php56: obsoletes php-pecl-http1
-
-* Thu Apr 24 2014 Remi Collet <remi@fedoraproject.org> - 2.0.6-1
-- Update to 2.0.6
-
-* Wed Apr 9 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-2
-- add numerical prefix to extension configuration file
-
-* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1
-- Update to 2.0.5
-- use libevent v2 in SCL
-
-* Sun Mar 09 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-2
-- add upstream patch for -Werror=format-security
-
-* Thu Jan 02 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
-- Update to 2.0.4
-- fix link to documentation
-- update provided configuration
-
-* Tue Dec 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
-- Update to 2.0.3 (stable)
-- drop Conflicts with pecl/event
-
-* Fri Nov 29 2013 Remi Collet <rcollet@redhat.com> - 2.0.1-1
-- adapt for SCL
-
-* Tue Nov 26 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
-- Update to 2.0.1 (stable)
-
-* Fri Nov 22 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-1
-- update to 2.0.0 (stable)
-- install doc in pecl doc_dir
-- install tests in pecl test_dir (in devel)
-
-* Tue Aug 20 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.18.beta5
-- update to 2.0.0 beta5
-- requires propro and raphf extensions
-
-* Thu Mar 21 2013 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.15.beta4
-- fix build with php 5.5.0beta1
-
-* Sun Dec 30 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.14.beta4
-- update to 2.0.0beta4
-
-* Thu Dec 13 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.13.beta3
-- update to 2.0.0beta3
-
-* Thu Nov 29 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.12.beta2
-- update to 2.0.0beta2
-- also provides php-http
-- remove old directives from configuration file
-
-* Fri Oct 12 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.11.beta1
-- update to 2.0.0beta1
-- must be load after json, to rename config to z-http.ini
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-0.10.alpha1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Sat Apr 21 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.9.alpha1
-- update to 2.0.0alpha1
-
-* Sat Mar 31 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.8.dev10
-- update to 2.0.0dev10
-
-* Fri Mar 16 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.7.dev8
-- update to 2.0.0dev8
-
-* Fri Mar 09 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.6.dev7
-- update to 2.0.0dev7
-
-* Fri Mar 02 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.5.dev6
-- update to 2.0.0dev6
-
-* Sat Feb 18 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.4.dev5
-- update to 2.0.0dev5
-- fix filters
-
-* Wed Jan 25 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.3.dev4
-- zts binary in /usr/bin with zts prefix
-
-* Mon Jan 23 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.2.dev4
-- update to 2.0.0dev4
-- fix missing file https://bugs.php.net/60839
-
-* Sun Jan 22 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.dev3
-- initial package
-