From 0df8b7462a2f004fa9c0c2cc237367d93a8dd660 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jan 2022 07:08:35 +0100 Subject: update to 0.5.1 --- PHPINFO | 2 +- REFLECTION | 24 +++++++++++++++++++++++- php-pecl-teds.spec | 8 +++++--- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 52fabcb..4c543bd 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.4.1 +teds version => 0.5.1 diff --git a/REFLECTION b/REFLECTION index 5f56463..868d6cf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #82 teds version 0.4.1 ] { +Extension [ extension #99 teds version 0.5.1 ] { - Functions { Function [ function Teds\any ] { @@ -51,6 +51,28 @@ Extension [ extension #82 teds version 0.4.1 ] { } - Return [ mixed ] } + Function [ function Teds\array_value_first ] { + + - Parameters [1] { + Parameter #0 [ array $array ] + } + - Return [ mixed ] + } + Function [ function Teds\array_value_last ] { + + - Parameters [1] { + Parameter #0 [ array $array ] + } + - Return [ mixed ] + } + Function [ function Teds\stable_compare ] { + + - Parameters [2] { + Parameter #0 [ mixed $v1 ] + Parameter #1 [ 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 - 0.5.1-1 +- update to 0.5.1 + * Mon Sep 27 2021 Remi Collet - 0.4.1-1 - update to 0.4.1 -- cgit