From dde9d48a9956d63c58e7570e054f877b6e68527f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Jul 2021 07:53:19 +0200 Subject: update to 1.0.14 --- PHPINFO | 4 ++-- REFLECTION | 6 ++++-- php-ast.spec | 5 ++++- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index a4df1c7..888c86c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ ast ast support => enabled -extension version => 1.0.13 -AST version => Current version is 80. All versions (including experimental): {50, 60, 70, 80, 85} +extension version => 1.0.14 +AST version => Current version is 90. All versions (including experimental): {50, 60, 70, 80, 85, 90} diff --git a/REFLECTION b/REFLECTION index 539b803..fb55a5e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #67 ast version 1.0.13 ] { +Extension [ extension #67 ast version 1.0.14 ] { - - Constants [197] { + - Constants [199] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -33,6 +33,7 @@ Extension [ extension #67 ast version 1.0.13 ] { Constant [ int ast\AST_CLASS ] { 70 } Constant [ int ast\AST_MAGIC_CONST ] { 0 } Constant [ int ast\AST_TYPE ] { 1 } + Constant [ int ast\AST_CALLABLE_CONVERT ] { 3 } Constant [ int ast\AST_VAR ] { 256 } Constant [ int ast\AST_CONST ] { 257 } Constant [ int ast\AST_UNPACK ] { 258 } @@ -117,6 +118,7 @@ Extension [ extension #67 ast version 1.0.13 ] { Constant [ int ast\flags\MODIFIER_STATIC ] { 16 } Constant [ int ast\flags\MODIFIER_ABSTRACT ] { 64 } Constant [ int ast\flags\MODIFIER_FINAL ] { 32 } + Constant [ int ast\flags\MODIFIER_READONLY ] { 128 } Constant [ int ast\flags\PARAM_MODIFIER_PUBLIC ] { 4 } Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 8 } Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 16 } diff --git a/php-ast.spec b/php-ast.spec index 72b561a..f732ea9 100644 --- a/php-ast.spec +++ b/php-ast.spec @@ -21,7 +21,7 @@ Summary: Abstract Syntax Tree Name: %{?scl_prefix}php-ast -Version: 1.0.13 +Version: 1.0.14 %if 0%{?gh_date:1} Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -224,6 +224,9 @@ fi %changelog +* Sun Jul 25 2021 Remi Collet - 1.0.14-1 +- update to 1.0.14 + * Thu Jul 8 2021 Remi Collet - 1.0.13-1 - update to 1.0.13 -- cgit