From 49e31959d019d434bc46b57e4929653d8b7111a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Aug 2021 09:29:10 +0200 Subject: update to 7.1.0 --- PHPINFO | 2 +- REFLECTION | 14 +------------- php-pecl-uopz.spec | 5 ++++- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/PHPINFO b/PHPINFO index de4ff74..9232988 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ uopz uopz support => enabled -Version => 7.0.0 +Version => 7.1.0 Directive => Local Value => Master Value uopz.disable => 0 => 0 diff --git a/REFLECTION b/REFLECTION index d52e783..7d0c902 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #16 uopz version 7.0.0 ] { +Extension [ extension #85 uopz version 7.1.0 ] { - INI { Entry [ uopz.disable ] @@ -98,18 +98,6 @@ Extension [ extension #16 uopz version 7.0.0 ] { Parameter #0 [ ...$arguments ] } } - Function [ function uopz_extend ] { - - - Parameters [1] { - Parameter #0 [ ...$arguments ] - } - } - Function [ function uopz_implement ] { - - - Parameters [1] { - Parameter #0 [ ...$arguments ] - } - } Function [ function uopz_flags ] { - Parameters [1] { diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index be69d70..6574340 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -23,7 +23,7 @@ Summary: User Operations for Zend Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 7.0.0 +Version: 7.1.0 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -243,6 +243,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Aug 6 2021 Remi Collet - 7.1.0-1 +- update to 7.1.0 + * Wed Jul 28 2021 Remi Collet - 7.0.0-1 - update to 7.0.0 - raise dependency on PHP 8.0 -- cgit