summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-01-23 09:08:16 +0100
committerRemi Collet <remi@php.net>2026-01-23 09:08:16 +0100
commit467b36316990b075fa8d6303d5c0876d470b1b71 (patch)
tree76414357e7a53be7fe28410ce72466777004a788 /REFLECTION
parenta3d61b325b56d97dd28eab7c98c3ca0aaf5944bb (diff)
update to 5.34.0RC1HEADmaster
raise dependency on PHP 8.2
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION27
1 files changed, 18 insertions, 9 deletions
diff --git a/REFLECTION b/REFLECTION
index 4e7b374..cab1db8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
+Extension [ <persistent> extension #108 protobuf version 5.34.0RC1 ] {
- Dependencies {
Dependency [ date (Optional) ]
@@ -169,7 +169,7 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
- Static properties [0] {
}
- - Static methods [13] {
+ - Static methods [14] {
Method [ <internal:protobuf> static public method checkInt32 ] {
- Parameters [1] {
@@ -268,6 +268,14 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
Parameter #2 [ <optional> $class = <default> ]
}
}
+
+ Method [ <internal:protobuf> static public method compatibleInt64 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $int_val ]
+ Parameter #1 [ <required> $str_val ]
+ }
+ }
}
- Properties [0] {
@@ -466,12 +474,6 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
}
}
- Method [ <internal:protobuf> public method getLabel ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:protobuf> public method isRequired ] {
- Parameters [0] {
@@ -514,6 +516,12 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
}
}
+ Method [ <internal:protobuf> public method hasPresence ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:protobuf> public method getMessageType ] {
- Parameters [0] {
@@ -5414,9 +5422,10 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] {
Class [ <internal:protobuf> 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] {