From 467b36316990b075fa8d6303d5c0876d470b1b71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jan 2026 09:08:16 +0100 Subject: update to 5.34.0RC1 raise dependency on PHP 8.2 --- REFLECTION | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4e7b374..cab1db8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 protobuf version 4.33.4 ] { +Extension [ extension #108 protobuf version 5.34.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -169,7 +169,7 @@ Extension [ extension #108 protobuf version 4.33.4 ] { - Static properties [0] { } - - Static methods [13] { + - Static methods [14] { Method [ static public method checkInt32 ] { - Parameters [1] { @@ -268,6 +268,14 @@ Extension [ extension #108 protobuf version 4.33.4 ] { Parameter #2 [ $class = ] } } + + Method [ static public method compatibleInt64 ] { + + - Parameters [2] { + Parameter #0 [ $int_val ] + Parameter #1 [ $str_val ] + } + } } - Properties [0] { @@ -466,12 +474,6 @@ Extension [ extension #108 protobuf version 4.33.4 ] { } } - Method [ public method getLabel ] { - - - Parameters [0] { - } - } - Method [ public method isRequired ] { - Parameters [0] { @@ -514,6 +516,12 @@ Extension [ extension #108 protobuf version 4.33.4 ] { } } + Method [ public method hasPresence ] { + + - Parameters [0] { + } + } + Method [ public method getMessageType ] { - Parameters [0] { @@ -5414,9 +5422,10 @@ Extension [ extension #108 protobuf version 4.33.4 ] { Class [ class Google\Protobuf\PrintOptions ] { - - Constants [2] { + - Constants [3] { Constant [ public int PRESERVE_PROTO_FIELD_NAMES ] { 1 } Constant [ public int ALWAYS_PRINT_ENUMS_AS_INTS ] { 2 } + Constant [ public int EMIT_DEFAULTS ] { 4 } } - Static properties [0] { -- cgit