From c8510aa18f71eacd29d29e72af4f068b5178ca47 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Apr 2021 07:27:56 +0200 Subject: update to 1.37.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a5527d0..6bae27c 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.37.0RC1 +grpc module version => 1.37.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 4cd65ec..14f4d64 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 grpc version 1.37.0RC1 ] { +Extension [ extension #119 grpc version 1.37.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index c4f9f40..b669d31 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.37.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 +* Fri Apr 9 2021 Remi Collet - 1.37.0-1 +- update to 1.37.0 + * Wed Apr 7 2021 Remi Collet - 1.37.0~RC1-1 - update to 1.37.0RC1 -- cgit