From ace46619c35a2773230b53f3c2dc151d5ffe612e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Mar 2018 15:40:44 +0100 Subject: update to 0.6.0 raise minimal PHP version to 7.2 --- REFLECTION | 26 +++++++++++++------------- php-pecl-ref.spec | 10 ++++++---- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/REFLECTION b/REFLECTION index 85fefc7..93fdf0f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #63 ref version 0.5.0 ] { +Extension [ extension #124 ref version 0.6.0 ] { - Functions { Function [ function Ref\refcounted ] { @@ -11,63 +11,63 @@ Extension [ extension #63 ref version 0.5.0 ] { Function [ function Ref\refcount ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ object $object ] } - Return [ integer ] } Function [ function Ref\softrefcounted ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ boolean ] } Function [ function Ref\softrefcount ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ integer ] } Function [ function Ref\softrefs ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ array ] } Function [ function Ref\weakrefcounted ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ boolean ] } Function [ function Ref\weakrefcount ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ integer ] } Function [ function Ref\weakrefs ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ array ] } Function [ function Ref\object_handle ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ integer ] } Function [ function Ref\is_obj_destructor_called ] { - Parameters [1] { - Parameter #0 [ $object ] + Parameter #0 [ object $object ] } - Return [ boolean ] } @@ -157,7 +157,7 @@ Extension [ extension #63 ref version 0.5.0 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $referent ] + Parameter #0 [ object $referent ] Parameter #1 [ callable or NULL $notify ] } } @@ -203,7 +203,7 @@ Extension [ extension #63 ref version 0.5.0 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $referent ] + Parameter #0 [ object $referent ] Parameter #1 [ callable or NULL $notify ] } } @@ -249,7 +249,7 @@ Extension [ extension #63 ref version 0.5.0 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $referent ] + Parameter #0 [ object $referent ] Parameter #1 [ callable or NULL $notify ] } } diff --git a/php-pecl-ref.spec b/php-pecl-ref.spec index 491408f..0aad695 100644 --- a/php-pecl-ref.spec +++ b/php-pecl-ref.spec @@ -22,14 +22,14 @@ Summary: Soft and Weak references support in PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP URL: http://pecl.php.net/package/%{pecl_name} BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel >= 7.1 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -49,10 +49,8 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele # Other third party repo stuff Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "7.1" Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} @@ -222,6 +220,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Mar 8 2018 Remi Collet - 0.6.0-1 +- update to 0.6.0 +- raise minimal PHP version to 7.2 + * Sun Aug 27 2017 Remi Collet - 0.5.0-1 - Update to 0.5.0 - raise minimal PHP version to 7.1 -- cgit