From c896f25a9c25f0ba5f7ec5d24a88a159c4cc600b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 May 2021 07:41:34 +0200 Subject: update to 1.38.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7825264..93ab57e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.38.0RC1 +grpc module version => 1.38.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 5482d02..6976b76 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #118 grpc version 1.38.0RC1 ] { +Extension [ extension #118 grpc version 1.38.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 271ae1d..d0a46e0 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -21,7 +21,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini %global upstream_version 1.38.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -226,6 +226,9 @@ cd ../ZTS %changelog +* Tue May 25 2021 Remi Collet - 1.38.0-1 +- update to 1.38.0 + * Wed May 12 2021 Remi Collet - 1.38.0~RC1-1 - update to 1.38.0RC1 -- cgit