summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-teds.spec5
3 files changed, 8 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index abf08d7..be84ae8 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
teds
teds support => enabled
-teds version => 0.1.1
+teds version => 0.2.0
diff --git a/REFLECTION b/REFLECTION
index 7f19be4..4ceb981 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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)