From ae1fa875d6f3e2fa72cc8b604aeebbe149e9d48b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Jul 2021 08:48:01 +0200 Subject: update to 1.39.0 --- PHPINFO | 2 +- REFLECTION | 5 +++-- php-pecl-grpc.spec | 8 +++++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 93ab57e..5c9a16b 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.38.0 +grpc module version => 1.39.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 6976b76..87fe28e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 grpc version 1.38.0 ] { +Extension [ extension #122 grpc version 1.39.0 ] { - INI { Entry [ grpc.enable_fork_support ] @@ -18,7 +18,7 @@ Extension [ extension #118 grpc version 1.38.0 ] { } } - - Constants [41] { + - Constants [42] { Constant [ int Grpc\CALL_OK ] { 0 } Constant [ int Grpc\CALL_ERROR ] { 1 } Constant [ int Grpc\CALL_ERROR_NOT_ON_SERVER ] { 2 } @@ -60,6 +60,7 @@ Extension [ extension #118 grpc version 1.38.0 ] { 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.39.0 } } - Classes [7] { diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index d0a46e0..3520937 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -20,7 +20,7 @@ %global pecl_name grpc %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.38.0 +%global upstream_version 1.39.0 #global upstream_prever RC1 Summary: General RPC framework @@ -71,6 +71,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -226,6 +229,9 @@ cd ../ZTS %changelog +* Sun Jul 25 2021 Remi Collet - 1.39.0-1 +- update to 1.39.0 + * Tue May 25 2021 Remi Collet - 1.38.0-1 - update to 1.38.0 -- cgit