diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 22 | ||||
| -rw-r--r-- | php-pecl-yaf.spec | 7 | 
3 files changed, 17 insertions, 14 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 yaf version 3.3.4 ] { +Extension [ <persistent> extension #120 yaf version 3.3.5 ] {    - Dependencies {      Dependency [ spl (Required) ] @@ -37,7 +37,7 @@ Extension [ <persistent> 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 [ <persistent> extension #120 yaf version 3.3.4 ] {        - Static properties [0] {        } -      - Static methods [1] { +      - Static methods [2] {          Method [ <internal:yaf> static public method app ] {            - Parameters [0] {            }            - Return [ ?object ]          } + +        Method [ <internal:yaf> static public method getInstance ] { + +          - Parameters [0] { +          } +          - Return [ ?object ] +        }        }        - Properties [0] {        } -      - Methods [14] { +      - Methods [13] {          Method [ <internal:yaf, ctor> public method __construct ] {            - Parameters [2] { @@ -167,13 +174,6 @@ Extension [ <persistent> extension #120 yaf version 3.3.4 ] {            }            - Return [ ?object ]          } - -        Method [ <internal:yaf> 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 <remi@remirepo.net> - 3.3.5-1 +- update to 3.3.5 +  * Thu Dec 16 2021 Remi Collet <remi@remirepo.net> - 3.3.4-1  - update to 3.3.4  - drop patch merged upstream  | 
