From c02159e8bb03d46fd357c69e666e2af83292b8ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Feb 2020 07:14:58 +0100 Subject: v1.27.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 423f9c9..a32a102 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.27.0RC2 +grpc module version => 1.27.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index c6f4109..2d6f0a6 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 grpc version 1.27.0RC2 ] { +Extension [ extension #109 grpc version 1.27.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 13e8915..6176c64 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -25,7 +25,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.27.0 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -230,6 +230,9 @@ cd ../ZTS %changelog +* Thu Feb 6 2020 Remi Collet - 1.27.0-1 +- Update to 1.27.0 + * Fri Jan 31 2020 Remi Collet - 1.27.0~RC2-1 - Update to 1.27.0RC2 -- cgit