diff options
-rw-r--r-- | REFLECTION | 30 | ||||
-rw-r--r-- | php-pecl-druid.spec | 7 |
2 files changed, 34 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #78 Druid version 0.6.0 ] { +Extension [ <persistent> extension #156 Druid version 0.9.0 ] { - Dependencies { Dependency [ curl (Required) ] @@ -45,6 +45,9 @@ Extension [ <persistent> extension #78 Druid version 0.6.0 ] { - Static methods [1] { Method [ <internal:Druid> static public method getInstance ] { + + - Parameters [0] { + } } } @@ -60,6 +63,9 @@ Extension [ <persistent> extension #78 Druid version 0.6.0 ] { - Methods [11] { Method [ <internal:Druid, ctor> private method __construct ] { + + - Parameters [0] { + } } Method [ <internal:Druid> private method __clone ] { @@ -75,18 +81,40 @@ Extension [ <persistent> extension #78 Druid version 0.6.0 ] { } Method [ <internal:Druid> public method debugWitch ] { + + - Parameters [1] { + Parameter #0 [ <required> $debug ] + } } Method [ <internal:Druid> public method setDruidHosts ] { + + - Parameters [1] { + Parameter #0 [ <required> $hosts ] + } } Method [ <internal:Druid> public method setTplPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $tpl_path ] + } } Method [ <internal:Druid> public method getData ] { + + - Parameters [2] { + Parameter #0 [ <required> $request_json ] + Parameter #1 [ <optional> $content_array ] + } } Method [ <internal:Druid> public method getDataByTpl ] { + + - Parameters [2] { + Parameter #0 [ <required> $request_json_tpl ] + Parameter #1 [ <optional> $content_array ] + } } Method [ <internal:Druid> 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 <remi@fedoraproject.org> - 0.9.0-1 +- update to 0.9.0 (stable) + * Mon Dec 26 2016 Remi Collet <remi@fedoraproject.org> - 0.6.0-1 - update to 0.6.0 (stable) - open https://github.com/Neeke/PHP-Druid/issues/5 PHP 7 broken |