diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 5 | ||||
-rw-r--r-- | php-ast.spec | 7 |
3 files changed, 9 insertions, 5 deletions
@@ -2,5 +2,5 @@ ast ast support => enabled -extension version => 1.0.3 +extension version => 1.0.4 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.3 ] { +Extension [ <persistent> extension #76 ast version 1.0.4 ] { - - Constants [176] { + - Constants [177] { Constant [ integer ast\AST_ARG_LIST ] { 128 } Constant [ integer ast\AST_LIST ] { 255 } Constant [ integer ast\AST_ARRAY ] { 129 } @@ -18,6 +18,7 @@ Extension [ <persistent> extension #76 ast version 1.0.3 ] { Constant [ integer ast\AST_NAME_LIST ] { 141 } Constant [ integer ast\AST_TRAIT_ADAPTATIONS ] { 142 } Constant [ integer ast\AST_USE ] { 143 } + Constant [ integer ast\AST_TYPE_UNION ] { 254 } Constant [ integer ast\AST_NAME ] { 2048 } Constant [ integer ast\AST_CLOSURE_VAR ] { 2049 } Constant [ integer ast\AST_NULLABLE_TYPE ] { 2050 } diff --git a/php-ast.spec b/php-ast.spec index d688897..38d3d67 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -20,11 +20,11 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 1.0.3 +Version: 1.0.4 %if 0%{?gh_date:1} Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -238,6 +238,9 @@ fi %changelog +* Tue Nov 12 2019 Remi Collet <remi@remirepo.net> - 1.0.4-1 +- update to 1.0.4 + * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.3-2 - rebuild for 7.4.0RC1 |