diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-30 09:52:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-30 09:52:15 +0100 |
commit | 48624f1fb4b25b4f2165b7d3e4b0c9ce258dc51d (patch) | |
tree | 020c3ef4c04101d8cfb6ef26031d89b2a36bd244 /REFLECTION | |
parent | ed5e207f808dc799764b7c55d93d48140acb7bbc (diff) |
update to 1.51.1
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #121 grpc version 1.50.0 ] { +Extension [ <persistent> extension #122 grpc version 1.51.1 ] { - INI { Entry [ grpc.enable_fork_support <SYSTEM> ] @@ -60,7 +60,7 @@ Extension [ <persistent> extension #121 grpc version 1.50.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.50.0 } + Constant [ string Grpc\VERSION ] { 1.51.1 } } - Classes [7] { @@ -75,7 +75,8 @@ Extension [ <persistent> extension #121 grpc version 1.50.0 ] { - Static methods [0] { } - - Properties [0] { + - Properties [1] { + Property [ protected $channel = NULL ] } - Methods [5] { |