diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-30 16:09:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-30 16:09:58 +0200 |
commit | 2a257b041a311e77b70da252556cebec99f6f815 (patch) | |
tree | 80088a7fe33b78a1424e02e1a7dcdf6f0e120a76 | |
parent | d2c4271147fe860796817e264407784aa685326c (diff) |
php-pecl-solr2: 2.4.0 (php 5 and 7, stable)
-rw-r--r-- | REFLECTION | 16 | ||||
-rw-r--r-- | php-pecl-solr2.spec | 5 |
2 files changed, 15 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #197 solr version 2.3.0 ] { +Extension [ <persistent> extension #207 solr version 2.4.0 ] { - Dependencies { Dependency [ libxml (Required) ] @@ -7,9 +7,9 @@ Extension [ <persistent> extension #197 solr version 2.3.0 ] { - Constants [4] { Constant [ integer SOLR_MAJOR_VERSION ] { 2 } - Constant [ integer SOLR_MINOR_VERSION ] { 3 } + Constant [ integer SOLR_MINOR_VERSION ] { 4 } Constant [ integer SOLR_PATCH_VERSION ] { 0 } - Constant [ string SOLR_EXTENSION_VERSION ] { 2.3.0 } + Constant [ string SOLR_EXTENSION_VERSION ] { 2.4.0 } } - Functions { @@ -4018,7 +4018,7 @@ Extension [ <persistent> extension #197 solr version 2.3.0 ] { Method [ <internal:solr> public method setField ] { - Parameters [1] { - Parameter #0 [ <optional> $field ] + Parameter #0 [ <required> $fieldName ] } } @@ -4684,7 +4684,7 @@ Extension [ <persistent> extension #197 solr version 2.3.0 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [6] { Method [ <internal:solr> static public method escapeQueryChars ] { - Parameters [1] { @@ -4719,6 +4719,12 @@ Extension [ <persistent> extension #197 solr version 2.3.0 ] { - Parameters [0] { } } + + Method [ <internal:solr> static public method getSolrStats ] { + + - Parameters [0] { + } + } } - Properties [0] { diff --git a/php-pecl-solr2.spec b/php-pecl-solr2.spec index 9294a33..eea77da 100644 --- a/php-pecl-solr2.spec +++ b/php-pecl-solr2.spec @@ -39,7 +39,7 @@ Summary: Object oriented API to Apache Solr Summary(fr): API orientée objet pour Apache Solr Name: %{?sub_prefix}php-pecl-solr2 Version: 2.4.0 -Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/solr @@ -301,6 +301,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 30 2016 Remi Collet <remi@fedoraproject.org> - 2.4.0-1 +- update to 2.4.0 (stable) + * Fri Mar 25 2016 Remi Collet <remi@fedoraproject.org> - 2.4.0-0 - test build for upcoming 2.4.0 |