summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-30 06:41:52 +0100
committerRemi Collet <remi@remirepo.net>2020-11-30 06:41:52 +0100
commitc5e504915b5f3b27d489822a3864168a67110184 (patch)
tree5adffd1b1601edbb9adf89d78548e4a1c4512e22
parent230fab62d23bb3d0b82ca0c8fdbed8be50a9ed0c (diff)
update to 1.3.5
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION7
-rw-r--r--php-zephir-parser.spec7
3 files changed, 13 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index cb44cf0..4d20000 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.3.4
-Build Date => Apr 6 2020 00:00:00
+Version => 1.3.5
+Build Date => Nov 30 2020 00:00:00
diff --git a/REFLECTION b/REFLECTION
index 6dbb6a1..887220c 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,7 +1,12 @@
-Extension [ <persistent> extension #113 Zephir Parser version 1.3.4 ] {
+Extension [ <persistent> extension #117 Zephir Parser version 1.3.5 ] {
- Functions {
Function [ <internal:Zephir Parser> function zephir_parse_file ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $content ]
+ Parameter #1 [ <required> string $filepath ]
+ }
}
}
}
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index eec7839..65b16be 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 3cdd0eb17e2e2cbc57ff64c284a23b904e26289b
+%global gh_commit dfe766958dcc9758db0a6d4e6da7d30ecff57355
%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.4
+Version: 1.3.5
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
@@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 1.3.5-1
+- update to 1.3.5
+
* Mon Apr 6 2020 Remi Collet <remi@remirepo.net> - 1.3.4-1
- update to 1.3.4