From 3973e4b84bce1554410da72314ecd0af89d79e42 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Jul 2026 06:37:19 +0200 Subject: update to 1.82.1 drop pear/pecl dependency sources from github add pie virtual provides report PIE vs PECL minimal PHP version inconsistency as https://github.com/grpc/grpc/issues/42798 --- REFLECTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5b331e7..74da0f8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #160 grpc version 1.82.0 ] { +Extension [ extension #160 grpc version 1.82.1 ] { - INI { Entry [ grpc.enable_fork_support ] @@ -57,7 +57,7 @@ Extension [ extension #160 grpc version 1.82.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.82.0 } + Constant [ string Grpc\VERSION ] { 1.82.1 } } - Classes [7] { -- cgit