From 6a5604eaaa7f1d598ef6ede8aacd23aafcdb460d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jun 2019 09:13:02 +0200 Subject: v1.21.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a560834..ca6c1ad 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.21.2 +grpc module version => 1.21.3 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 8f08f0b..2e9aff4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #203 grpc version 1.21.2 ] { +Extension [ extension #203 grpc version 1.21.3 ] { - INI { Entry [ grpc.enable_fork_support ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index cd07185..80811d8 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -24,7 +24,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 1.21.2 +%global upstream_version 1.21.3 #global upstream_prever RC1 Summary: General RPC framework @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Tue Jun 4 2019 Remi Collet - 1.21.3-1 +- update to 1.21.3 + * Fri May 31 2019 Remi Collet - 1.21.2-1 - Update to 1.21.2 -- cgit