diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 5 | ||||
-rw-r--r-- | php-pecl-teds.spec | 5 |
3 files changed, 8 insertions, 4 deletions
@@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.1.1 +teds version => 0.2.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 teds version 0.1.1 ] { +Extension [ <persistent> extension #82 teds version 0.2.0 ] { - Functions { Function [ <internal:teds> function Teds\any ] { @@ -744,8 +744,9 @@ Extension [ <persistent> extension #82 teds version 0.1.1 ] { - Methods [21] { Method [ <internal:teds, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <optional> iterable $iterator = [] ] + Parameter #1 [ <optional> bool $preserveKeys = true ] } } diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index a49384f..75b62d3 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.1.1 +%global upstream_version 0.2.0 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -195,6 +195,9 @@ fi %changelog +* Mon Sep 13 2021 Remi Collet <remi@remirepo.net> - 0.2.0-1 +- update to 0.2.0 + * Sat Sep 11 2021 Remi Collet <remi@remirepo.net> - 0.1.1-1 - update to 0.1.1 (stable) |