summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-01-14 13:21:00 +0100
committerRemi Collet <remi@remirepo.net>2021-01-14 13:21:00 +0100
commit2cba3b9c616225411c7946c2da41a6f41bf5d621 (patch)
treedfd885ff4b0ffe8c62a8d0a5e4439a912897e805 /REFLECTION
parent1f4e439509519fbb2342e54bf7be26fb0e983396 (diff)
update to 5.0.0
rename to php-pecl-rdkafka5
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION11
1 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index e66caae..1d0f749 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 rdkafka version 4.1.2 ] {
+Extension [ <persistent> extension #99 rdkafka version 5.0.0 ] {
- Constants [172] {
Constant [ int RD_KAFKA_CONSUMER ] { 1 }
@@ -1039,7 +1039,7 @@ Extension [ <persistent> extension #98 rdkafka version 4.1.2 ] {
- Static methods [0] {
}
- - Properties [9] {
+ - Properties [10] {
Property [ <default> public $err ]
Property [ <default> public $topic_name ]
Property [ <default> public $timestamp ]
@@ -1049,6 +1049,7 @@ Extension [ <persistent> extension #98 rdkafka version 4.1.2 ] {
Property [ <default> public $key ]
Property [ <default> public $offset ]
Property [ <default> public $headers ]
+ Property [ <default> public $opaque ]
}
- Methods [1] {
@@ -1536,23 +1537,25 @@ Extension [ <persistent> extension #98 rdkafka version 4.1.2 ] {
Method [ <internal:rdkafka> public method produce ] {
- - Parameters [4] {
+ - Parameters [5] {
Parameter #0 [ <required> $partition ]
Parameter #1 [ <required> $msgflags ]
Parameter #2 [ <optional> $payload ]
Parameter #3 [ <optional> $key ]
+ Parameter #4 [ <optional> $msg_opaque ]
}
}
Method [ <internal:rdkafka> public method producev ] {
- - Parameters [6] {
+ - Parameters [7] {
Parameter #0 [ <required> $partition ]
Parameter #1 [ <required> $msgflags ]
Parameter #2 [ <optional> $payload ]
Parameter #3 [ <optional> $key ]
Parameter #4 [ <optional> $headers ]
Parameter #5 [ <optional> $timestamp_ms ]
+ Parameter #6 [ <optional> $msg_opaque ]
}
}