summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-18 08:41:54 +0200
committerRemi Collet <remi@php.net>2022-05-18 08:41:54 +0200
commit68dbdd381576ccfe750405cb79bfaca74d0c96e1 (patch)
tree8805ca127cf5459ac06522f2936518e63d586ccc
parent3d5d99734e06b2e33cb9c843dbe3d409f03b94c1 (diff)
update to 2.3.2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION7
-rw-r--r--php-pecl-yar.spec5
3 files changed, 9 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 221d56f..7419894 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
yar
yar support => enabled
-Version => 2.3.1
+Version => 2.3.2
Directive => Local Value => Master Value
yar.packager => msgpack => msgpack
diff --git a/REFLECTION b/REFLECTION
index 84317c1..00bdecd 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 yar version 2.3.1 ] {
+Extension [ <persistent> extension #119 yar version 2.3.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -27,7 +27,7 @@ Extension [ <persistent> extension #119 yar version 2.3.1 ] {
}
- Constants [24] {
- Constant [ string YAR_VERSION ] { 2.3.1 }
+ Constant [ string YAR_VERSION ] { 2.3.2 }
Constant [ int YAR_HAS_MSGPACK ] { 1 }
Constant [ int YAR_OPT_PACKAGER ] { 0 }
Constant [ int YAR_OPT_PERSISTENT ] { 1 }
@@ -170,9 +170,10 @@ Extension [ <persistent> extension #119 yar version 2.3.1 ] {
Method [ <internal:yar> static public method loop ] {
- - Parameters [2] {
+ - Parameters [3] {
Parameter #0 [ <optional> ?callable $callback = NULL ]
Parameter #1 [ <optional> ?callable $error_callback = NULL ]
+ Parameter #2 [ <optional> ?array $options = NULL ]
}
- Return [ ?bool ]
}
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec
index 8a7326c..d3e4b8a 100644
--- a/php-pecl-yar.spec
+++ b/php-pecl-yar.spec
@@ -25,7 +25,7 @@
Summary: Light, concurrent RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.3.1
+Version: 2.3.2
%if 0%{?gh_date:1}
Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
@@ -253,6 +253,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR
%changelog
+* Wed May 18 2022 Remi Collet <remi@remirepo.net> - 2.3.2-1
+- update to 2.3.2
+
* Mon May 9 2022 Remi Collet <remi@remirepo.net> - 2.3.1-1
- update to 2.3.1
- drop patch merged upstream