diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-17 07:08:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-17 07:08:35 +0100 |
commit | 0df8b7462a2f004fa9c0c2cc237367d93a8dd660 (patch) | |
tree | 227b59a4c4b6df5c24006c970468ea28abe36355 | |
parent | c9499be4c2d2c0ae00e6dc4df150ddf1fa5a73ec (diff) |
update to 0.5.1
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 24 | ||||
-rw-r--r-- | php-pecl-teds.spec | 8 |
3 files changed, 29 insertions, 5 deletions
@@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.4.1 +teds version => 0.5.1 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #82 teds version 0.4.1 ] { +Extension [ <persistent> extension #99 teds version 0.5.1 ] { - Functions { Function [ <internal:teds> function Teds\any ] { @@ -51,6 +51,28 @@ Extension [ <persistent> extension #82 teds version 0.4.1 ] { } - Return [ mixed ] } + Function [ <internal:teds> function Teds\array_value_first ] { + + - Parameters [1] { + Parameter #0 [ <required> array $array ] + } + - Return [ mixed ] + } + Function [ <internal:teds> function Teds\array_value_last ] { + + - Parameters [1] { + Parameter #0 [ <required> array $array ] + } + - Return [ mixed ] + } + Function [ <internal:teds> function Teds\stable_compare ] { + + - Parameters [2] { + Parameter #0 [ <required> mixed $v1 ] + Parameter #1 [ <required> mixed $v2 ] + } + - Return [ int ] + } } - Classes [5] { diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 48ef1bc..922a6df 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-teds # -# Copyright (c) 2021 Remi Collet +# Copyright (c) 2021-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.4.1 +%global upstream_version 0.5.1 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -154,7 +154,6 @@ done %if %{with tests} cd NTS : Run upstream test suite -TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ %{__php} -n run-tests.php -q --show-diff %{?_smp_mflags} %endif @@ -195,6 +194,9 @@ fi %changelog +* Mon Jan 17 2022 Remi Collet <remi@remirepo.net> - 0.5.1-1 +- update to 0.5.1 + * Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 0.4.1-1 - update to 0.4.1 |