From d4dfc0412f57d8f7c695472c3932793667cee330 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Oct 2017 06:00:12 +0100 Subject: v0.7.1 --- REFLECTION | 24 +++++++++++++++++++----- php-pecl-parle.spec | 5 ++++- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index 1d3da2d..adfa660 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 parle version 0.7.0 ] { +Extension [ extension #116 parle version 0.7.1 ] { - Classes [10] { Class [ class Parle\ErrorInfo ] { @@ -99,7 +99,7 @@ Extension [ extension #116 parle version 0.7.0 ] { } } - Method [ public method restart ] { + Method [ public method reset ] { - Parameters [1] { Parameter #0 [ integer $pos ] @@ -171,7 +171,7 @@ Extension [ extension #116 parle version 0.7.0 ] { } } - Method [ public method restart ] { + Method [ public method reset ] { - Parameters [1] { Parameter #0 [ integer $pos ] @@ -221,7 +221,7 @@ Extension [ extension #116 parle version 0.7.0 ] { Property [ public $reduceId ] } - - Methods [15] { + - Methods [16] { Method [ public method token ] { - Parameters [1] { @@ -330,6 +330,13 @@ Extension [ extension #116 parle version 0.7.0 ] { } - Return [ Parle\ErrorInfo ] } + + Method [ public method reset ] { + + - Parameters [1] { + Parameter #0 [ integer $tok ] + } + } } } @@ -357,7 +364,7 @@ Extension [ extension #116 parle version 0.7.0 ] { Property [ public $reduceId ] } - - Methods [15] { + - Methods [16] { Method [ public method token ] { - Parameters [1] { @@ -466,6 +473,13 @@ Extension [ extension #116 parle version 0.7.0 ] { } - Return [ Parle\ErrorInfo ] } + + Method [ public method reset ] { + + - Parameters [1] { + Parameter #0 [ integer $tok ] + } + } } } diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 47fb321..2034bea 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.7.0 +Version: 0.7.1 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 +* Mon Oct 30 2017 Remi Collet - 0.7.1-1 +- Update to 0.7.1 + * Mon Oct 2 2017 Remi Collet - 0.7.0-1 - Update to 0.7.0 -- cgit