From 538661275515085ffe3ab3adcc9bca5cc22f1844 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Dec 2021 07:01:47 +0100 Subject: update to 1.4.2 --- PHPINFO | 4 ++-- REFLECTION | 2 +- php-zephir-parser.spec | 10 ++++------ 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 5c3e0ce..0b36f69 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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.4.1 -Build Date => Sep 19 2021 00:00:00 +Version => 1.4.2 +Build Date => Dec 13 2021 00:00:00 diff --git a/REFLECTION b/REFLECTION index 3034ff7..835eed4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #124 zephir_parser version 1.4.1 ] { +Extension [ extension #119 zephir_parser version 1.4.2 ] { - Functions { Function [ function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 8649d5d..f702bbd 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -20,7 +20,7 @@ %global pecl_name zephir_parser Name: %{?scl_prefix}%{gh_project} -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir code parser @@ -108,11 +108,6 @@ done %check pushd NTS -echo "%{version}" > VERSION -sed -e 's/\r//' -i \ - tests/base/cblocks.phpt \ - tests/comments/comments_before.phpt \ - tests/errors/bug30.phpt : Check extension %{_bindir}/php -n -d extension=modules/%{pecl_name}.so -m | grep "%{pecl_name}" @@ -143,6 +138,9 @@ popd %changelog +* Mon Dec 13 2021 Remi Collet - 1.4.2-1 +- update to 1.4.2 + * Sun Sep 19 2021 Remi Collet - 1.4.1-1 - update to 1.4.1 - open https://github.com/zephir-lang/php-zephir-parser/issues/132 -- cgit