From 75bd9db6e01400cbb77c9ae252e40240255606f8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Dec 2016 16:10:16 +0100 Subject: php-pecl-druid: 0.9.0 --- REFLECTION | 30 +++++++++++++++++++++++++++++- php-pecl-druid.spec | 7 +++++-- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 9c1ddfa..503e841 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #78 Druid version 0.6.0 ] { +Extension [ extension #156 Druid version 0.9.0 ] { - Dependencies { Dependency [ curl (Required) ] @@ -45,6 +45,9 @@ Extension [ extension #78 Druid version 0.6.0 ] { - Static methods [1] { Method [ static public method getInstance ] { + + - Parameters [0] { + } } } @@ -60,6 +63,9 @@ Extension [ extension #78 Druid version 0.6.0 ] { - Methods [11] { Method [ private method __construct ] { + + - Parameters [0] { + } } Method [ private method __clone ] { @@ -75,18 +81,40 @@ Extension [ extension #78 Druid version 0.6.0 ] { } Method [ public method debugWitch ] { + + - Parameters [1] { + Parameter #0 [ $debug ] + } } Method [ public method setDruidHosts ] { + + - Parameters [1] { + Parameter #0 [ $hosts ] + } } Method [ public method setTplPath ] { + + - Parameters [1] { + Parameter #0 [ $tpl_path ] + } } Method [ public method getData ] { + + - Parameters [2] { + Parameter #0 [ $request_json ] + Parameter #1 [ $content_array ] + } } Method [ public method getDataByTpl ] { + + - Parameters [2] { + Parameter #0 [ $request_json_tpl ] + Parameter #1 [ $content_array ] + } } Method [ public method getDebugInfo ] { diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index ce5e43e..3dbb928 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -24,7 +24,7 @@ Summary: A Druid driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.6.0 +Version: 0.9.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -32,7 +32,7 @@ URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{?scl_prefix}php-devel < 7 +BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-curl @@ -239,6 +239,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 27 2016 Remi Collet - 0.9.0-1 +- update to 0.9.0 (stable) + * Mon Dec 26 2016 Remi Collet - 0.6.0-1 - update to 0.6.0 (stable) - open https://github.com/Neeke/PHP-Druid/issues/5 PHP 7 broken -- cgit