diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-28 14:50:57 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-28 14:50:57 +0100 |
commit | e8c735e52e8a01f8a0daab06657b41cda7b6a77b (patch) | |
tree | 0b0b855308bcdf4cb3b77b67798f97588742a13f /REFLECTION | |
parent | cfb0cc0c1f7973a17faa472202655c084196a828 (diff) |
php-pecl-rdkafka: 2.0.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 35 |
1 files changed, 15 insertions, 20 deletions
@@ -1,14 +1,14 @@ -Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { +Extension [ <persistent> extension #113 rdkafka version 2.0.1 ] { - - Constants [88] { + - Constants [89] { Constant [ integer RD_KAFKA_CONSUMER ] { 1 } Constant [ integer RD_KAFKA_OFFSET_BEGINNING ] { -2 } Constant [ integer RD_KAFKA_OFFSET_END ] { -1 } Constant [ integer RD_KAFKA_OFFSET_STORED ] { -1000 } Constant [ integer RD_KAFKA_PARTITION_UA ] { -1 } Constant [ integer RD_KAFKA_PRODUCER ] { 0 } - Constant [ integer RD_KAFKA_VERSION ] { 590335 } - Constant [ integer RD_KAFKA_BUILD_VERSION ] { 590335 } + Constant [ integer RD_KAFKA_VERSION ] { 590591 } + Constant [ integer RD_KAFKA_BUILD_VERSION ] { 590591 } Constant [ integer RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ integer RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } Constant [ integer RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } @@ -43,6 +43,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { Constant [ integer RD_KAFKA_RESP_ERR__AUTHENTICATION ] { -169 } Constant [ integer RD_KAFKA_RESP_ERR__NO_OFFSET ] { -168 } Constant [ integer RD_KAFKA_RESP_ERR__OUTDATED ] { -167 } + Constant [ integer RD_KAFKA_RESP_ERR__TIMED_OUT_QUEUE ] { -166 } Constant [ integer RD_KAFKA_RESP_ERR__END ] { -100 } Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 } Constant [ integer RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 } @@ -429,7 +430,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { } } - Class [ <internal:rdkafka> class RdKafka\Exception extends Exception ] { + Class [ <internal:rdkafka> class RdKafka\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -460,28 +461,28 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } @@ -610,7 +611,7 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { Property [ <default> private $dr_msg_cb ] } - - Methods [12] { + - Methods [11] { Method [ <internal:rdkafka, ctor> public method __construct ] { - Parameters [1] { @@ -687,12 +688,6 @@ Extension [ <persistent> extension #64 rdkafka version 1.0.0 ] { Parameter #1 [ <optional> $topic_conf ] } } - - Method [ <internal:rdkafka, dtor> final public method __destruct ] { - - - Parameters [0] { - } - } } } |