From ce34db58f37f002706fec0d5327641eddb9e8061 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 May 2022 08:03:50 +0200 Subject: update to 3.3.5 --- PHPINFO | 2 +- REFLECTION | 22 +++++++++++----------- php-pecl-yaf.spec | 7 +++++-- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index ef065c8..6b6d1d0 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ yaf yaf support => enabled -Version => 3.3.4 +Version => 3.3.5 Supports => http://pecl.php.net/package/yaf Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index d8cd5cd..8f156d8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #120 yaf version 3.3.4 ] { +Extension [ extension #120 yaf version 3.3.5 ] { - Dependencies { Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ extension #120 yaf version 3.3.4 ] { } - Constants [13] { - Constant [ string YAF_VERSION ] { 3.3.4 } + Constant [ string YAF_VERSION ] { 3.3.5 } Constant [ string YAF_ENVIRON ] { product } Constant [ int YAF_ERR_STARTUP_FAILED ] { 512 } Constant [ int YAF_ERR_ROUTE_FAILED ] { 513 } @@ -61,19 +61,26 @@ Extension [ extension #120 yaf version 3.3.4 ] { - Static properties [0] { } - - Static methods [1] { + - Static methods [2] { Method [ static public method app ] { - Parameters [0] { } - Return [ ?object ] } + + Method [ static public method getInstance ] { + + - Parameters [0] { + } + - Return [ ?object ] + } } - Properties [0] { } - - Methods [14] { + - Methods [13] { Method [ public method __construct ] { - Parameters [2] { @@ -167,13 +174,6 @@ Extension [ extension #120 yaf version 3.3.4 ] { } - Return [ ?object ] } - - Method [ public method getInstance ] { - - - Parameters [0] { - } - - Return [ ?object ] - } } } diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 9ae4bc9..20c0de2 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-yaf # -# Copyright (c) 2012-2021 Remi Collet +# Copyright (c) 2012-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,7 +25,7 @@ Summary: Yet Another Framework Name: %{?scl_prefix}php-pecl-yaf -Version: 3.3.4 +Version: 3.3.5 %if 0%{?gh_date:1} Release: 0.13.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz @@ -212,6 +212,9 @@ fi %changelog +* Mon May 23 2022 Remi Collet - 3.3.5-1 +- update to 3.3.5 + * Thu Dec 16 2021 Remi Collet - 3.3.4-1 - update to 3.3.4 - drop patch merged upstream -- cgit