diff options
author | Remi Collet <remi@remirepo.net> | 2019-04-09 07:18:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-04-09 07:18:11 +0200 |
commit | bd0403cad84ff1450f81ffedbb9dc8722622a51c (patch) | |
tree | 16b5fc6f393ca139b92c9f5e0dafc54fcab4f5f3 | |
parent | b1ef9d324019d32f46611249cf7215dc0689b887 (diff) |
v1.20.0RC3
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ grpc grpc support => enabled -grpc module version => 1.20.0RC1 +grpc module version => 1.20.0RC3 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #201 grpc version 1.20.0RC1 ] { +Extension [ <persistent> extension #202 grpc version 1.20.0RC3 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index 1d1bc2d..757e816 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.20.0 -%global upstream_prever RC1 +%global upstream_prever RC3 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -223,6 +223,9 @@ cd ../ZTS %changelog +* Tue Apr 9 2019 Remi Collet <remi@remirepo.net> - 1.20.0~RC3-1 +- Update to 1.20.0RC3 + * Tue Apr 2 2019 Remi Collet <remi@remirepo.net> - 1.20.0~RC1-1 - Update to 1.20.0RC1 - add new runtime options in provided configuration |