From ab85dfac00aa6e219f75477ae59ec97cc40b191d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Nov 2017 08:13:41 +0100 Subject: v0.7.3 --- REFLECTION | 26 +++++++++++++++++++++++--- php-pecl-parle.spec | 5 ++++- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index adfa660..8e22352 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,8 @@ -Extension [ extension #116 parle version 0.7.1 ] { +Extension [ extension #118 parle version 0.7.3 ] { + + - Constants [1] { + Constant [ boolean Parle\INTERNAL_UTF32 ] { } + } - Classes [10] { Class [ class Parle\ErrorInfo ] { @@ -69,7 +73,7 @@ Extension [ extension #116 parle version 0.7.1 ] { Property [ public $cursor ] } - - Methods [8] { + - Methods [9] { Method [ public method push ] { } @@ -114,6 +118,14 @@ Extension [ extension #116 parle version 0.7.1 ] { - Parameters [0] { } } + + Method [ public method callout ] { + + - Parameters [2] { + Parameter #0 [ integer $id ] + Parameter #1 [ $callback ] + } + } } } @@ -141,7 +153,7 @@ Extension [ extension #116 parle version 0.7.1 ] { Property [ public $cursor ] } - - Methods [9] { + - Methods [10] { Method [ public method push ] { } @@ -194,6 +206,14 @@ Extension [ extension #116 parle version 0.7.1 ] { - Parameters [0] { } } + + Method [ public method callout ] { + + - Parameters [2] { + Parameter #0 [ integer $id ] + Parameter #1 [ $callback ] + } + } } } diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 2034bea..31f81c6 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.1 +Version: 0.7.3 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 +* Sun Nov 12 2017 Remi Collet - 0.7.3-1 +- Update to 0.7.3 + * Mon Oct 30 2017 Remi Collet - 0.7.1-1 - Update to 0.7.1 -- cgit