From a57ca23ef278ee168dd6a5206d0d1550fbd893d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Jan 2022 07:11:31 +0100 Subject: update to 0.9.2 --- PHPINFO | 2 +- REFLECTION | 34 +++++++++++++++++++++++++++++++--- php-pecl-teds.spec | 5 ++++- 3 files changed, 36 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 81c3342..410f1e2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 0.9.0 +teds version => 0.9.2 diff --git a/REFLECTION b/REFLECTION index 740b232..6219cf1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 0.9.0 ] { +Extension [ extension #99 teds version 0.9.2 ] { - Functions { Function [ function Teds\any ] { @@ -837,7 +837,7 @@ Extension [ extension #99 teds version 0.9.0 ] { - Properties [0] { } - - Methods [24] { + - Methods [26] { Method [ public method __construct ] { - Parameters [1] { @@ -1015,6 +1015,20 @@ Extension [ extension #99 teds version 0.9.0 ] { } - Return [ array ] } + + Method [ public method debugGetTreeRepresentation ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method debugIsBalanced ] { + + - Parameters [0] { + } + - Return [ bool ] + } } } @@ -1039,7 +1053,7 @@ Extension [ extension #99 teds version 0.9.0 ] { - Properties [0] { } - - Methods [16] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -1155,6 +1169,20 @@ Extension [ extension #99 teds version 0.9.0 ] { } - Return [ array ] } + + Method [ public method debugGetTreeRepresentation ] { + + - Parameters [0] { + } + - Return [ array ] + } + + Method [ public method debugIsBalanced ] { + + - Parameters [0] { + } + - Return [ bool ] + } } } diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index ad333e5..c0e6e82 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.9.0 +%global upstream_version 0.9.2 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -194,6 +194,9 @@ fi %changelog +* Mon Jan 31 2022 Remi Collet - 0.9.2-1 +- update to 0.9.2 + * Thu Jan 27 2022 Remi Collet - 0.9.0-1 - update to 0.9.0 -- cgit