From dd77e10e99f5b8a347dfe7b2943ceb88092cdee0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 1 May 2021 09:01:26 +0200 Subject: update to 1.37.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6bae27c..847733c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.37.0 +grpc module version => 1.37.1 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 14f4d64..8b43ab3 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 grpc version 1.37.0 ] { +Extension [ extension #120 grpc version 1.37.1 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index b669d31..ad40786 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.37.0 +%global upstream_version 1.37.1 #global upstream_prever RC1 Summary: General RPC framework @@ -226,6 +226,9 @@ cd ../ZTS %changelog +* Sat May 1 2021 Remi Collet - 1.37.1-1 +- update to 1.37.1 + * Fri Apr 9 2021 Remi Collet - 1.37.0-1 - update to 1.37.0 -- cgit