diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-05 07:57:44 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-05 07:57:44 +0200 |
| commit | a94c1f41a8971d9ca59fed211a31f93875954334 (patch) | |
| tree | 72a9bf4d244a9f85fa80a57a53a01c77543480b6 | |
| parent | cbf879c89f97a55a205cd9a9d42bc86fda3dd77f (diff) | |
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-zephir-parser.spec | 5 |
3 files changed, 7 insertions, 4 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 => 2.0.3 -Build Date => Jun 2 2026 00:00:00 +Version => 2.0.4 +Build Date => Jun 5 2026 00:00:00 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #144 zephir_parser version 2.0.3 ] { +Extension [ <persistent> extension #144 zephir_parser version 2.0.4 ] { - Functions { Function [ <internal:zephir_parser> function zephir_parse_file ] { diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index ccaf921..e1dec34 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}%{gh_project} Summary: Zephir code parser License: MIT -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -187,6 +187,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- update to 2.0.4 + * Tue Jun 2 2026 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 |
