diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-ast.spec | 5 |
3 files changed, 9 insertions, 4 deletions
@@ -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} @@ -1,6 +1,6 @@ -Extension [ <persistent> extension #76 ast version 1.0.2 ] { +Extension [ <persistent> 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 [ <persistent> 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 <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 + * Mon Jul 1 2019 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |