diff options
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-zephir-parser.spec | 7 |
3 files changed, 8 insertions, 5 deletions
@@ -5,5 +5,5 @@ Zephir Parser The Zephir Parser delivered as a C extension for the PHP language. Zephir Parser => enabled Author => Zephir Team and contributors -Version => 1.3.7 -Build Date => Sep 6 2021 00:00:00 +Version => 1.3.8 +Build Date => Sep 9 2021 00:00:00 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #124 Zephir Parser version 1.3.7 ] { +Extension [ <persistent> extension #124 Zephir Parser version 1.3.8 ] { - Functions { Function [ <internal:Zephir Parser> function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 99303d5..ad0b117 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -12,7 +12,7 @@ %endif %global with_tests 0%{!?_without_tests:1} -%global gh_commit 9894681f6e1ce1e0437df7d8e051a064632346fb +%global gh_commit 4517f3b1d8264d15b53f86b66474079de78b9b39 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20161126 %global gh_owner phalcon @@ -20,7 +20,7 @@ %global ext_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.3.7 +Version: 1.3.8 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension @@ -110,6 +110,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Sep 9 2021 Remi Collet <remi@remirepo.net> - 1.3.8-1 +- update to 1.3.8 + * Mon Sep 6 2021 Remi Collet <remi@remirepo.net> - 1.3.7-1 - update to 1.3.7 |