Skip to content

Commit 9c45014

Browse files
anandoleecopybara-github
authored andcommitted
Breaking Change: Remove deprecated PHP APIs
-Google\Protobuf\Field_Kind: use Google\Protobuf\Field\Kind instead -Google/Protobuf\Field_Cardinality: use Google\Protobuf\Field\Cardinality instead -Google\Protobuf\Internal\RepeatedField: use Google\Protobuf\RepeatedField instead https://protobuf.dev/news/2025-09-19/#php-remove-apis PiperOrigin-RevId: 843471652
1 parent a93c971 commit 9c45014

File tree

4 files changed

+0
-48
lines changed

4 files changed

+0
-48
lines changed

php/BUILD.bazel

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ _RUNTIME_SOURCES = [
1919
"src/Google/Protobuf/DescriptorPool.php",
2020
"src/Google/Protobuf/EnumDescriptor.php",
2121
"src/Google/Protobuf/EnumValueDescriptor.php",
22-
"src/Google/Protobuf/Field_Cardinality.php",
23-
"src/Google/Protobuf/Field_Kind.php",
2422
"src/Google/Protobuf/FieldDescriptor.php",
2523
"src/Google/Protobuf/Internal/AnyBase.php",
2624
"src/Google/Protobuf/Internal/CodedInputStream.php",
@@ -48,7 +46,6 @@ _RUNTIME_SOURCES = [
4846
"src/Google/Protobuf/Internal/OneofDescriptor.php",
4947
"src/Google/Protobuf/Internal/OneofField.php",
5048
"src/Google/Protobuf/Internal/RawInputStream.php",
51-
"src/Google/Protobuf/Internal/RepeatedField.php",
5249
"src/Google/Protobuf/Internal/RepeatedFieldIter.php",
5350
"src/Google/Protobuf/Internal/TimestampBase.php",
5451
"src/Google/Protobuf/OneofDescriptor.php",

php/src/Google/Protobuf/Field_Cardinality.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

php/src/Google/Protobuf/Field_Kind.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

php/src/Google/Protobuf/Internal/RepeatedField.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)