diff options
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 16 | ||||
| -rw-r--r-- | php-pecl-ice.spec | 5 | 
3 files changed, 18 insertions, 7 deletions
@@ -5,8 +5,8 @@ ice  Simple and fast PHP framework delivered as C-extension.<br>Copyright (c) 2014-2021 Ice Team.  ice => enabled  Author => Ice Team -Version => 1.8.0alpha2 -Build Date => Feb 15 2021 00:00:00 +Version => 1.8.0alpha3 +Build Date => Feb 16 2021 00:00:00  Powered by Zephir => Version 0.12.20-$Id$  Website => http://www.iceframework.org @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] { +Extension [ <persistent> extension #75 ice version 1.8.0alpha3 ] {    - Dependencies {    } @@ -8983,8 +8983,9 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Method [ <internal:ice> public method resolve ] { -          - Parameters [1] { +          - Parameters [2] {              Parameter #0 [ <required> $service ] +            Parameter #1 [ <required> string $key ]            }          } @@ -11365,7 +11366,14 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Property [ <default> protected $prefixes ]        } -      - Methods [5] { +      - Methods [6] { +        Method [ <internal:ice, ctor> public method __construct ] { + +          - Parameters [1] { +            Parameter #0 [ <optional> array $prefixes ] +          } +        } +          Method [ <internal:ice> public method register ] {            - Parameters [0] { @@ -15896,7 +15904,7 @@ Extension [ <persistent> extension #75 ice version 1.8.0alpha2 ] {          Constant [ public int MINOR ] { 8 }          Constant [ public int PATCH ] { 0 }          Constant [ public int STAGE ] { 1 } -        Constant [ public int BUILD ] { 2 } +        Constant [ public int BUILD ] { 3 }        }        - Static properties [0] { diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec index 34ef9c8..ec282dd 100644 --- a/php-pecl-ice.spec +++ b/php-pecl-ice.spec @@ -17,7 +17,7 @@  %global ini_name  40-%{pecl_name}.ini  %global upstream_version 1.8.0 -%global upstream_prever  alpha2 +%global upstream_prever  alpha3  Summary:        Simple and fast PHP framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name} @@ -199,6 +199,9 @@ cd ../ZTS  %changelog +* Tue Feb 16 2021 Remi Collet <remi@remirepo.net> - 1.8.0~alpha3-1 +- update to 1.8.0alpha3 +  * Mon Feb 15 2021 Remi Collet <remi@remirepo.net> - 1.8.0~alpha2-1  - update to 1.8.0alpha2  | 
