From a00103f041d14d0bea564240ef65466ccb1a31b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 1 Jul 2018 19:28:52 +0200 Subject: v3.1.0 --- PHPINFO | 6 ++++++ REFLECTION | 5 +++-- php-pecl-nsq.spec | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..6e0af48 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,6 @@ + +nsq + +nsq support => enabled +version => 3.1.0 +author => zhenyu.wu[email:wuzhenyu@kuangjue.com] diff --git a/REFLECTION b/REFLECTION index 4bbf205..a010297 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 nsq version 3.0 ] { +Extension [ extension #118 nsq version 3.1.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -112,8 +112,9 @@ Extension [ extension #118 nsq version 3.0 ] { - Static methods [0] { } - - Properties [4] { + - Properties [5] { Property [ public $message_id ] + Property [ public $messageId ] Property [ public $timestamp ] Property [ public $attempts ] Property [ public $payload ] diff --git a/php-pecl-nsq.spec b/php-pecl-nsq.spec index 56bbe12..5be5cda 100644 --- a/php-pecl-nsq.spec +++ b/php-pecl-nsq.spec @@ -23,7 +23,7 @@ Summary: PHP extension for NSQ client Name: %{?sub_prefix}php-pecl-nsq -Version: 3.0 +Version: 3.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz License: PHP @@ -220,6 +220,9 @@ fi %changelog +* Sun Jul 1 2018 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Thu Jun 21 2018 Remi Collet - 3.0-1 - update to 3.0 -- cgit