From 99fb05b855e082a090b5559d9f4d9db494860ccb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Sep 2017 06:58:01 +0200 Subject: v0.6.2 --- REFLECTION | 34 ++++++++++++++++++++++++---------- php-pecl-parle.spec | 5 ++++- 2 files changed, 28 insertions(+), 11 deletions(-) diff --git a/REFLECTION b/REFLECTION index 774e8c7..30358fe 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 parle version 0.6.1 ] { +Extension [ extension #115 parle version 0.6.2 ] { - Classes [9] { Class [ class Parle\ErrorInfo ] { @@ -12,8 +12,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { Property [ public $id ] + Property [ public $position ] Property [ public $token ] } @@ -25,8 +26,8 @@ Extension [ extension #115 parle version 0.6.1 ] { - Constants [3] { Constant [ integer EOI ] { 0 } - Constant [ integer UNKNOWN ] { -1 } - Constant [ integer SKIP ] { -2 } + Constant [ integer UNKNOWN ] { 65535 } + Constant [ integer SKIP ] { 65534 } } - Static properties [0] { @@ -35,10 +36,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [3] { + - Properties [2] { Property [ public $id ] Property [ public $value ] - Property [ public $offset ] } - Methods [0] { @@ -61,7 +61,12 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ public $bol ] + Property [ public $flags ] + Property [ public $state ] + Property [ public $marker ] + Property [ public $cursor ] } - Methods [8] { @@ -128,7 +133,12 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [5] { + Property [ public $bol ] + Property [ public $flags ] + Property [ public $state ] + Property [ public $marker ] + Property [ public $cursor ] } - Methods [9] { @@ -206,7 +216,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $action ] + Property [ public $reduceId ] } - Methods [15] { @@ -330,7 +342,9 @@ Extension [ extension #115 parle version 0.6.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ public $empty ] + Property [ public $size ] } - Methods [5] { diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 520107f..71bf4b7 100644 --- a/php-pecl-parle.spec +++ b/php-pecl-parle.spec @@ -26,7 +26,7 @@ BuildRequires: devtoolset-6-toolchain Summary: Parsing and lexing Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is BSD, libraries are Boost License: BSD and Boost @@ -240,6 +240,9 @@ fi %changelog +* Wed Sep 20 2017 Remi Collet - 0.6.2-1 +- Update to 0.6.2 + * Mon Sep 18 2017 Remi Collet - 0.6.1-1 - Update to 0.6.1 -- cgit