From a21ca23e9bcbe5380fcb8999f1287a954dceceb0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Sep 2019 07:46:29 +0200 Subject: v1.24.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 52287fe..0a860ce 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.24.0RC1 +grpc module version => 1.24.0 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index c109809..0b9be7b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 grpc version 1.24.0RC1 ] { +Extension [ extension #200 grpc version 1.24.0 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index f1dd231..78bccb1 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.24.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -231,6 +231,9 @@ cd ../ZTS %changelog +* Thu Sep 26 2019 Remi Collet - 1.24.0-1 +- Update to 1.24.0 + * Thu Sep 12 2019 Remi Collet - 1.24.0~RC1-1 - Update to 1.24.0RC1 -- cgit