From 2cba3b9c616225411c7946c2da41a6f41bf5d621 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Jan 2021 13:21:00 +0100 Subject: update to 5.0.0 rename to php-pecl-rdkafka5 --- REFLECTION | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e66caae..1d0f749 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 rdkafka version 4.1.2 ] { +Extension [ extension #99 rdkafka version 5.0.0 ] { - Constants [172] { Constant [ int RD_KAFKA_CONSUMER ] { 1 } @@ -1039,7 +1039,7 @@ Extension [ extension #98 rdkafka version 4.1.2 ] { - Static methods [0] { } - - Properties [9] { + - Properties [10] { Property [ public $err ] Property [ public $topic_name ] Property [ public $timestamp ] @@ -1049,6 +1049,7 @@ Extension [ extension #98 rdkafka version 4.1.2 ] { Property [ public $key ] Property [ public $offset ] Property [ public $headers ] + Property [ public $opaque ] } - Methods [1] { @@ -1536,23 +1537,25 @@ Extension [ extension #98 rdkafka version 4.1.2 ] { Method [ public method produce ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ $partition ] Parameter #1 [ $msgflags ] Parameter #2 [ $payload ] Parameter #3 [ $key ] + Parameter #4 [ $msg_opaque ] } } Method [ public method producev ] { - - Parameters [6] { + - Parameters [7] { Parameter #0 [ $partition ] Parameter #1 [ $msgflags ] Parameter #2 [ $payload ] Parameter #3 [ $key ] Parameter #4 [ $headers ] Parameter #5 [ $timestamp_ms ] + Parameter #6 [ $msg_opaque ] } } -- cgit