From 26f57cd9be209346f262ea1610ab932a32df25e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jul 2024 10:28:32 +0200 Subject: refresh refl --- PHPINFO | 3 +-- REFLECTION | 7 ++----- php-pecl-grpc.spec | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/PHPINFO b/PHPINFO index 71521e0..a3af99d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,11 +2,10 @@ grpc grpc support => enabled -grpc module version => 1.64.1 +grpc module version => 1.65.0RC2 Directive => Local Value => Master Value grpc.enable_fork_support => 0 => 0 grpc.poll_strategy => no value => no value grpc.grpc_verbosity => no value => no value grpc.grpc_trace => no value => no value -grpc.log_filename => no value => no value diff --git a/REFLECTION b/REFLECTION index fa4e345..04529b4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #106 grpc version 1.64.1 ] { +Extension [ extension #109 grpc version 1.65.0RC2 ] { - INI { Entry [ grpc.enable_fork_support ] @@ -13,9 +13,6 @@ Extension [ extension #106 grpc version 1.64.1 ] { Entry [ grpc.grpc_trace ] Current = '' } - Entry [ grpc.log_filename ] - Current = '' - } } - Constants [42] { @@ -60,7 +57,7 @@ Extension [ extension #106 grpc version 1.64.1 ] { Constant [ int Grpc\CHANNEL_READY ] { 2 } Constant [ int Grpc\CHANNEL_TRANSIENT_FAILURE ] { 3 } Constant [ int Grpc\CHANNEL_FATAL_FAILURE ] { 4 } - Constant [ string Grpc\VERSION ] { 1.64.1 } + Constant [ string Grpc\VERSION ] { 1.65.0RC2 } } - Classes [7] { diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index ff34c38..db7b32a 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -96,7 +96,6 @@ extension=%{pecl_name}.so ;grpc.poll_strategy = '' ;grpc.grpc_verbosity = '' ;grpc.grpc_trace = '' -;grpc.log_filename = '' EOF -- cgit