summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-grpc.spec7
3 files changed, 8 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 3f9e05c..59e304f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
grpc
grpc support => enabled
-grpc module version => 1.43.0RC1
+grpc module version => 1.43.0
Directive => Local Value => Master Value
grpc.enable_fork_support => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index a6d9da3..69b560d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 grpc version 1.43.0RC1 ] {
+Extension [ <persistent> extension #119 grpc version 1.43.0 ] {
- INI {
Entry [ grpc.enable_fork_support <SYSTEM> ]
@@ -60,7 +60,7 @@ Extension [ <persistent> extension #119 grpc version 1.43.0RC1 ] {
Constant [ int Grpc\CHANNEL_READY ] { 2 }
Constant [ int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 }
Constant [ int Grpc\CHANNEL_FATAL_FAILURE ] { 4 }
- Constant [ string Grpc\VERSION ] { 1.43.0RC1 }
+ Constant [ string Grpc\VERSION ] { 1.43.0 }
}
- Classes [7] {
diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec
index 61679d6..06e7190 100644
--- a/php-pecl-grpc.spec
+++ b/php-pecl-grpc.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-grpc
#
-# Copyright (c) 2017-2021 Remi Collet
+# Copyright (c) 2017-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -21,7 +21,7 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
%global upstream_version 1.43.0
-%global upstream_prever RC1
+#global upstream_prever RC1
Summary: General RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
@@ -229,6 +229,9 @@ cd ../ZTS
%changelog
+* Fri Jan 7 2022 Remi Collet <remi@remirepo.net> - 1.43.0-1
+- update to 1.43.0
+
* Thu Dec 9 2021 Remi Collet <remi@remirepo.net> - 1.43.0~RC1-1
- update to 1.43.0RC1