diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 34 | ||||
| -rw-r--r-- | php-pecl-teds.spec | 5 | 
3 files changed, 36 insertions, 5 deletions
@@ -2,4 +2,4 @@  teds  teds support => enabled -teds version => 0.9.0 +teds version => 0.9.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 teds version 0.9.0 ] { +Extension [ <persistent> extension #99 teds version 0.9.2 ] {    - Functions {      Function [ <internal:teds> function Teds\any ] { @@ -837,7 +837,7 @@ Extension [ <persistent> extension #99 teds version 0.9.0 ] {        - Properties [0] {        } -      - Methods [24] { +      - Methods [26] {          Method [ <internal:teds, ctor> public method __construct ] {            - Parameters [1] { @@ -1015,6 +1015,20 @@ Extension [ <persistent> extension #99 teds version 0.9.0 ] {            }            - Return [ array ]          } + +        Method [ <internal:teds> public method debugGetTreeRepresentation ] { + +          - Parameters [0] { +          } +          - Return [ array ] +        } + +        Method [ <internal:teds> public method debugIsBalanced ] { + +          - Parameters [0] { +          } +          - Return [ bool ] +        }        }      } @@ -1039,7 +1053,7 @@ Extension [ <persistent> extension #99 teds version 0.9.0 ] {        - Properties [0] {        } -      - Methods [16] { +      - Methods [18] {          Method [ <internal:teds, ctor> public method __construct ] {            - Parameters [1] { @@ -1155,6 +1169,20 @@ Extension [ <persistent> extension #99 teds version 0.9.0 ] {            }            - Return [ array ]          } + +        Method [ <internal:teds> public method debugGetTreeRepresentation ] { + +          - Parameters [0] { +          } +          - Return [ array ] +        } + +        Method [ <internal:teds> 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 <remi@remirepo.net> - 0.9.2-1 +- update to 0.9.2 +  * Thu Jan 27 2022 Remi Collet <remi@remirepo.net> - 0.9.0-1  - update to 0.9.0  | 
