summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION9
-rw-r--r--php-pecl-rdkafka.spec7
2 files changed, 10 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 43006b8..482eef1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 rdkafka version 3.0.4 ] {
+Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
- Constants [116] {
Constant [ integer RD_KAFKA_CONSUMER ] { 1 }
@@ -7,8 +7,8 @@ Extension [ <persistent> extension #122 rdkafka version 3.0.4 ] {
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 ] { 721151 }
- Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721151 }
+ Constant [ integer RD_KAFKA_VERSION ] { 721407 }
+ Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721407 }
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 }
@@ -718,11 +718,12 @@ Extension [ <persistent> extension #122 rdkafka version 3.0.4 ] {
- Static methods [0] {
}
- - Properties [6] {
+ - Properties [7] {
Property [ <default> public $err ]
Property [ <default> public $topic_name ]
Property [ <default> public $partition ]
Property [ <default> public $payload ]
+ Property [ <default> public $len ]
Property [ <default> public $key ]
Property [ <default> public $offset ]
}
diff --git a/php-pecl-rdkafka.spec b/php-pecl-rdkafka.spec
index f7eb696..674aa6c 100644
--- a/php-pecl-rdkafka.spec
+++ b/php-pecl-rdkafka.spec
@@ -24,8 +24,8 @@
Summary: Kafka client based on librdkafka
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 3.0.4
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 3.0.5
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -218,6 +218,9 @@ cd ../ZTS
%changelog
+* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 3.0.5-1
+- Update to 3.0.5
+
* Wed Aug 23 2017 Remi Collet <remi@remirepo.net> - 3.0.4-2
- EL-7 rebuild using librdkafka in EPEL