diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-17 12:17:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-17 12:17:17 +0200 |
commit | cb5d426bc3250352d3d3785fe95763ec5c2c5c3d (patch) | |
tree | b0b4decf8e47ba7d9f854dc37751d8f72def4884 /REFLECTION | |
parent | 36f90ac8d512b92eee3073b8d72015591214e847 (diff) |
update to 1.65.1
add patch to workaround to https://github.com/grpc/grpc/issues/37178
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #109 grpc version 1.65.0 ] { +Extension [ <persistent> extension #109 grpc version 1.65.1 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] @@ -57,7 +57,7 @@ Extension [ <persistent> extension #109 grpc version 1.65.0 ] { 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.65.0 } + Constant [ string Grpc\VERSION ] { 1.65.1 } } - Classes [7] { |