From b531e017704b85bb84ebda03710ba97c456b14ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Jun 2018 05:14:08 +0200 Subject: v3.0 --- REFLECTION | 14 +++++++++++--- php-pecl-nsq.spec | 5 ++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index cf68d1c..4bbf205 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 nsq version 2.4.0 ] { +Extension [ extension #118 nsq version 3.0 ] { - Dependencies { Dependency [ json (Required) ] @@ -16,11 +16,19 @@ Extension [ extension #118 nsq version 2.4.0 ] { - Static methods [0] { } - - Properties [1] { + - Properties [2] { + Property [ public $nsqConfig ] Property [ public $nsqd_connection_fds ] } - - Methods [6] { + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $nsq_config ] + } + } + Method [ public method connectNsqd ] { - Parameters [1] { diff --git a/php-pecl-nsq.spec b/php-pecl-nsq.spec index 0fcdc1c..56bbe12 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: 2.4.0 +Version: 3.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 +* Thu Jun 21 2018 Remi Collet - 3.0-1 +- update to 3.0 + * Tue May 29 2018 Remi Collet - 2.4.0-1 - update to 2.4.0 - drop patches merged upstream -- cgit