From 7caecba107a46e57992f03c378c81e9424fb748a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jul 2019 08:15:55 +0200 Subject: v1.0.3 --- PHPINFO | 2 +- REFLECTION | 6 ++++-- php-ast.spec | 5 ++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index b0acab8..8951c5c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ ast ast support => enabled -extension version => 1.0.2 +extension version => 1.0.3 AST version => Current version is 70. All versions (including experimental): {50, 60, 70} diff --git a/REFLECTION b/REFLECTION index f48d109..7160972 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #76 ast version 1.0.2 ] { +Extension [ extension #76 ast version 1.0.3 ] { - - Constants [174] { + - Constants [176] { Constant [ integer ast\AST_ARG_LIST ] { 128 } Constant [ integer ast\AST_LIST ] { 255 } Constant [ integer ast\AST_ARRAY ] { 129 } @@ -175,6 +175,8 @@ Extension [ extension #76 ast version 1.0.2 ] { Constant [ integer ast\flags\ARRAY_SYNTAX_LIST ] { 1 } Constant [ integer ast\flags\ARRAY_SYNTAX_LONG ] { 2 } Constant [ integer ast\flags\ARRAY_SYNTAX_SHORT ] { 3 } + Constant [ integer ast\flags\DIM_ALTERNATIVE_SYNTAX ] { 2 } + Constant [ integer ast\flags\PARENTHESIZED_CONDITIONAL ] { 1 } } - Functions { diff --git a/php-ast.spec b/php-ast.spec index 4abc723..b892faa 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -20,7 +20,7 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 1.0.2 +Version: 1.0.3 %if 0%{?gh_date:1} Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -238,6 +238,9 @@ fi %changelog +* Mon Jul 29 2019 Remi Collet - 1.0.3-1 +- update to 1.0.3 + * Mon Jul 1 2019 Remi Collet - 1.0.2-1 - update to 1.0.2 -- cgit