diff options
-rw-r--r-- | PHPINFO | 3 | ||||
-rw-r--r-- | REFLECTION | 7 | ||||
-rw-r--r-- | php-pecl-grpc.spec | 1 |
3 files changed, 3 insertions, 8 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #106 grpc version 1.64.1 ] { +Extension [ <persistent> extension #109 grpc version 1.65.0RC2 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] @@ -13,9 +13,6 @@ Extension [ <persistent> extension #106 grpc version 1.64.1 ] { Entry [ grpc.grpc_trace <SYSTEM> ] Current = '' } - Entry [ grpc.log_filename <SYSTEM> ] - Current = '' - } } - Constants [42] { @@ -60,7 +57,7 @@ Extension [ <persistent> 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 |