From 39974c06c4679f114786469019f2a4fbec48f5b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Jul 2025 07:10:53 +0200 Subject: update to 4.32.0RC1 --- PHPINFO | 2 +- REFLECTION | 108 +++++++++++++++++++++++++++++++++++++++++++++---- php-pecl-protobuf.spec | 7 +++- 3 files changed, 106 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index c6d0890..3906998 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 4.31.1 +Version => 4.32.0RC1 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 6afa633..3b28a99 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #101 protobuf version 4.31.1 ] { +Extension [ extension #103 protobuf version 4.32.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -1093,7 +1093,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [28] { + - Methods [31] { Method [ public method __construct ] { - Parameters [1] { @@ -1166,6 +1166,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasSourceContext ] { + + - Parameters [0] { + } + } + Method [ public method getMixins ] { - Parameters [0] { @@ -1192,6 +1198,19 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method getEdition ] { + + - Parameters [0] { + } + } + + Method [ public method setEdition ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Method [ public method clear ] { - Parameters [0] { @@ -1299,7 +1318,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [1] { @@ -1398,6 +1417,19 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method getEdition ] { + + - Parameters [0] { + } + } + + Method [ public method setEdition ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Method [ public method clear ] { - Parameters [0] { @@ -2401,7 +2433,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [18] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -2435,6 +2467,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasValue ] { + + - Parameters [0] { + } + } + Method [ public method clear ] { - Parameters [0] { @@ -2542,7 +2580,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [27] { + - Methods [33] { Method [ public method __construct ] { - Parameters [1] { @@ -2563,6 +2601,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasNullValue ] { + + - Parameters [0] { + } + } + Method [ public method getNumberValue ] { - Parameters [0] { @@ -2576,6 +2620,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasNumberValue ] { + + - Parameters [0] { + } + } + Method [ public method getStringValue ] { - Parameters [0] { @@ -2589,6 +2639,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasStringValue ] { + + - Parameters [0] { + } + } + Method [ public method getBoolValue ] { - Parameters [0] { @@ -2602,6 +2658,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasBoolValue ] { + + - Parameters [0] { + } + } + Method [ public method getStructValue ] { - Parameters [0] { @@ -2615,6 +2677,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasStructValue ] { + + - Parameters [0] { + } + } + Method [ public method getListValue ] { - Parameters [0] { @@ -2628,6 +2696,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasListValue ] { + + - Parameters [0] { + } + } + Method [ public method getKind ] { - Parameters [0] { @@ -3101,7 +3175,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [28] { + - Methods [29] { Method [ public method __construct ] { - Parameters [1] { @@ -3174,6 +3248,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasSourceContext ] { + + - Parameters [0] { + } + } + Method [ public method getSyntax ] { - Parameters [0] { @@ -3637,7 +3717,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [26] { + - Methods [27] { Method [ public method __construct ] { - Parameters [1] { @@ -3697,6 +3777,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasSourceContext ] { + + - Parameters [0] { + } + } + Method [ public method getSyntax ] { - Parameters [0] { @@ -3984,7 +4070,7 @@ Extension [ extension #101 protobuf version 4.31.1 ] { - Properties [0] { } - - Methods [18] { + - Methods [19] { Method [ public method __construct ] { - Parameters [1] { @@ -4018,6 +4104,12 @@ Extension [ extension #101 protobuf version 4.31.1 ] { } } + Method [ public method hasValue ] { + + - Parameters [0] { + } + } + Method [ public method clear ] { - Parameters [0] { diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 8207158..9d42894 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -12,8 +12,8 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 4.31.1 -#global upstream_prever RC2 +%global upstream_version 4.32.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -163,6 +163,9 @@ done %changelog +* Tue Jul 22 2025 Remi Collet - 4.32.0~RC1-1 +- update to 4.32.0RC1 + * Thu May 29 2025 Remi Collet - 4.31.1-1 - update to 4.31.1 (no change) -- cgit