From a8fe87885d890edaae42e0dff9ed4f53d1d3f308 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Nov 2017 14:01:03 +0100 Subject: v3.0.5 --- REFLECTION | 9 +++++---- php-pecl-rdkafka.spec | 7 +++++-- 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 [ extension #122 rdkafka version 3.0.4 ] { +Extension [ extension #127 rdkafka version 3.0.5 ] { - Constants [116] { Constant [ integer RD_KAFKA_CONSUMER ] { 1 } @@ -7,8 +7,8 @@ Extension [ 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 [ extension #122 rdkafka version 3.0.4 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ public $err ] Property [ public $topic_name ] Property [ public $partition ] Property [ public $payload ] + Property [ public $len ] Property [ public $key ] Property [ 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 - 3.0.5-1 +- Update to 3.0.5 + * Wed Aug 23 2017 Remi Collet - 3.0.4-2 - EL-7 rebuild using librdkafka in EPEL -- cgit