From dec4af1b0cfec6d53e930503888fc9207b335b78 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Feb 2022 06:41:13 +0100 Subject: update to 0.11.0 --- PHPINFO | 2 +- REFLECTION | 152 +++++++++++++++++++++++++++++++---------------------- php-pecl-teds.spec | 5 +- 3 files changed, 93 insertions(+), 66 deletions(-) diff --git a/PHPINFO b/PHPINFO index 1b50996..b68e6bf 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.10.0 +teds version => 0.11.0 diff --git a/REFLECTION b/REFLECTION index 14e49b6..629b04c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 0.10.0 ] { +Extension [ extension #99 teds version 0.11.0 ] { - Functions { Function [ function Teds\any ] { @@ -477,7 +477,7 @@ Extension [ extension #99 teds version 0.10.0 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -585,6 +585,22 @@ Extension [ extension #99 teds version 0.10.0 ] { - Return [ bool ] } + Method [ public method map ] { + + - Parameters [1] { + Parameter #0 [ callable $callback ] + } + - Return [ Teds\ImmutableSequence ] + } + + Method [ public method filter ] { + + - Parameters [1] { + Parameter #0 [ ?callable $callback = null ] + } + - Return [ Teds\ImmutableSequence ] + } + Method [ public method jsonSerialize ] { - Parameters [0] { @@ -1524,7 +1540,7 @@ Extension [ extension #99 teds version 0.10.0 ] { } } - Class [ class Teds\StableMinHeap extends SplHeap implements Countable, Traversable, Iterator ] { + Class [ final class Teds\StableMinHeap implements Iterator, Traversable, Countable ] { - Constants [0] { } @@ -1532,104 +1548,108 @@ Extension [ extension #99 teds version 0.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $state ] + } + - Return [ Teds\StableMinHeap ] + } } - Properties [0] { } - - Methods [14] { - Method [ public method compare ] { - - - Parameters [2] { - Parameter #0 [ mixed $value1 ] - Parameter #1 [ mixed $value2 ] - } - - Return [ int ] - } - - Method [ public method extract ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ iterable $values = [] ] } } - Method [ public method insert ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ mixed $value ] } + - Return [ void ] } - Method [ public method top ] { - - - Parameters [0] { - } - } - - Method [ public method count ] { + Method [ public method top ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method isEmpty ] { + Method [ public method extract ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method rewind ] { + Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method current ] { + Method [ public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method key ] { + Method [ public method rewind ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method next ] { + Method [ public method current ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method valid ] { + Method [ public method key ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method recoverFromCorruption ] { + Method [ public method next ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method isCorrupted ] { + Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method __debugInfo ] { + Method [ public method clear ] { - Parameters [0] { } + - Return [ void ] } } } - Class [ class Teds\StableMaxHeap extends SplHeap implements Countable, Traversable, Iterator ] { + Class [ final class Teds\StableMaxHeap implements Iterator, Traversable, Countable ] { - Constants [0] { } @@ -1637,99 +1657,103 @@ Extension [ extension #99 teds version 0.10.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method __set_state ] { + + - Parameters [1] { + Parameter #0 [ array $state ] + } + - Return [ Teds\StableMaxHeap ] + } } - Properties [0] { } - - Methods [14] { - Method [ public method compare ] { - - - Parameters [2] { - Parameter #0 [ mixed $value1 ] - Parameter #1 [ mixed $value2 ] - } - - Return [ int ] - } - - Method [ public method extract ] { + - Methods [12] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ iterable $values = [] ] } } - Method [ public method insert ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ mixed $value ] } + - Return [ void ] } - Method [ public method top ] { - - - Parameters [0] { - } - } - - Method [ public method count ] { + Method [ public method top ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method isEmpty ] { + Method [ public method extract ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method rewind ] { + Method [ public method count ] { - Parameters [0] { } + - Return [ int ] } - Method [ public method current ] { + Method [ public method isEmpty ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method key ] { + Method [ public method rewind ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method next ] { + Method [ public method current ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method valid ] { + Method [ public method key ] { - Parameters [0] { } + - Return [ mixed ] } - Method [ public method recoverFromCorruption ] { + Method [ public method next ] { - Parameters [0] { } + - Return [ void ] } - Method [ public method isCorrupted ] { + Method [ public method valid ] { - Parameters [0] { } + - Return [ bool ] } - Method [ public method __debugInfo ] { + Method [ public method clear ] { - Parameters [0] { } + - Return [ void ] } } } diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 90d8ef8..933cbda 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.10.0 +%global upstream_version 0.11.0 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -194,6 +194,9 @@ fi %changelog +* Wed Feb 9 2022 Remi Collet - 0.11.0-1 +- update to 0.11.0 + * Mon Feb 7 2022 Remi Collet - 0.10.0-1 - update to 0.10.0 -- cgit