summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-17 07:01:29 +0200
committerRemi Collet <remi@remirepo.net>2021-05-17 07:01:29 +0200
commit6f966dad31893ba8520c0fe4508c1011ec8523d9 (patch)
treebac53e840b6576a119751ee3a9802e679e27926a
parentd4cf1facd08da90758f634383b5bd62781029467 (diff)
update to 1.0.12
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-ast.spec9
3 files changed, 7 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index aa06434..6e595f9 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
ast
ast support => enabled
-extension version => 1.0.11
+extension version => 1.0.12
AST version => Current version is 80. All versions (including experimental): {50, 60, 70, 80, 85}
diff --git a/REFLECTION b/REFLECTION
index dd8fa27..e5b5b8d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #67 ast version 1.0.11 ] {
+Extension [ <persistent> extension #67 ast version 1.0.12 ] {
- Constants [196] {
Constant [ int ast\AST_ARG_LIST ] { 128 }
@@ -97,7 +97,6 @@ Extension [ <persistent> extension #67 ast version 1.0.11 ] {
Constant [ int ast\AST_MATCH ] { 764 }
Constant [ int ast\AST_MATCH_ARM ] { 763 }
Constant [ int ast\AST_NAMED_ARG ] { 762 }
- Constant [ int ast\AST_ENUM_CASE ] { 1022 }
Constant [ int ast\AST_METHOD_CALL ] { 768 }
Constant [ int ast\AST_NULLSAFE_METHOD_CALL ] { 1023 }
Constant [ int ast\AST_STATIC_CALL ] { 769 }
@@ -106,6 +105,7 @@ Extension [ <persistent> extension #67 ast version 1.0.11 ] {
Constant [ int ast\AST_CATCH ] { 772 }
Constant [ int ast\AST_FOR ] { 1024 }
Constant [ int ast\AST_FOREACH ] { 1025 }
+ Constant [ int ast\AST_ENUM_CASE ] { 1022 }
Constant [ int ast\AST_PARAM ] { 773 }
Constant [ int ast\flags\NAME_FQ ] { 0 }
Constant [ int ast\flags\NAME_NOT_FQ ] { 1 }
diff --git a/php-ast.spec b/php-ast.spec
index 0ac839f..1fc36fc 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.11
+Version: 1.0.12
%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
@@ -157,10 +157,6 @@ done
%check
-%if "%{php_version}" > "8.0"
-rm ?TS/tests/attributes_02.phpt
-%endif
-
cd NTS
: Minimal load test for NTS extension
%{__php} --no-php-ini \
@@ -225,6 +221,9 @@ fi
%changelog
+* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 1.0.12-1
+- update to 1.0.12
+
* Tue Apr 20 2021 Remi Collet <remi@remirepo.net> - 1.0.11-1
- update to 1.0.11