Protobuf Team Bot
a44b4ae39c
Updating version.json and repo version numbers to: 21.5
2 years ago
Joshua Haberman
005f6d1c91
Merge pull request #10356 from haberman/php-containing-oneof
...
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Brent Shaffer
d8f882b675
fix: fix PHP readonly legacy files for nested messages
2 years ago
Matt Kulukundis
e8ab276325
Sync from Piper @465378928
...
PROTOBUF_SYNC_PIPER
2 years ago
Joshua Haberman
a8c600f900
Updated oneof count.
2 years ago
Joshua Haberman
763f08c620
[PHP] Added getContainingOneof and getRealContainingOneof to descriptor.
2 years ago
Sandy Zhang
c003a02b59
Sync from Piper @463670061
...
PROTOBUF_SYNC_PIPER
2 years ago
Brent Shaffer
c752a43e1e
fix: fix PHP readonly legacy files for nested messages
2 years ago
Protobuf Team Bot
c9869dc780
Updating version.json and repo version numbers to: 21.4
2 years ago
Sandy Zhang
aebdd0885f
Sync from Piper @463129388
...
PROTOBUF_SYNC_PIPER
2 years ago
Adam Cozzette
4e7c56cf43
Update developer username in package.xml ( #10297 )
...
I hit an error uploading to pecl.php.net, and I suspect it is because we
have changed to a new username but still have the old username in
package.xml.
2 years ago
Adam Cozzette
e7835368be
Update the release date in package.xml ( #10295 )
...
We did not finish the release yesterday, so this change updates the PHP
release date to today.
2 years ago
Protobuf Team Bot
b1eb1260fc
Updating version.json and repo version numbers to: 21.3
2 years ago
Brent Shaffer
d807712f1a
address review comments
2 years ago
Brent Shaffer
4f28c5ab4e
fix valgrind
2 years ago
Brent Shaffer
0b90ee8d3f
address review comments
2 years ago
Deanna Garcia
75cc3a2af4
Update phpunit version
2 years ago
theodorerose
799a041d14
ran generate_descriptor_proto.sh
2 years ago
theodorerose
ee7ba6d8f1
Sync from Piper @458326765
...
PROTOBUF_SYNC_PIPER
2 years ago
Deanna Garcia
8535efb3aa
Change version to make a range
2 years ago
Deanna Garcia
79e9614edf
Change phpunit version to fix error
2 years ago
theodorerose
628a7e6fa4
Sync from Piper @457757259
...
PROTOBUF_SYNC_PIPER
2 years ago
theodorerose
52e071ecb3
merge 21.x into main
2 years ago
Protobuf Team Bot
839b18b1ba
Updating version.json and repo version numbers to: 21.2
2 years ago
theodorerose
71adb837e7
cherry-pick c38281dd20
2 years ago
Jorg Brown
a3e1de0113
Sync from Piper @455586341
...
PROTOBUF_SYNC_PIPER
2 years ago
Brent Shaffer
5f8e6dff2a
fix dist tests
3 years ago
Thanet (Knack) Praneenararat
0f1574aae2
Fixed bugs of OneofDescriptor.
3 years ago
Brent Shaffer
ecd1476f4a
fix valgrind error
3 years ago
Thanet (Knack) Praneenararat
594f2a9b0d
Fixes bugs of isSynthetic and makes containing_oneof work
3 years ago
Thanet (Knack) Praneenararat
238331b359
Added support for getRealContainingOneof() and getContainingOneof()
3 years ago
Sandy Zhang
f138d5de25
Sync from Piper @452551755
...
PROTOBUF_SYNC_PIPER
3 years ago
Brent Shaffer
c8fa2f1168
free lower
3 years ago
Thanet (Knack) Praneenararat
b27dd18676
Exposed more functions in FieldDescriptor and OneofDescriptor.
3 years ago
Brent Shaffer
8b4837981c
refactor for efficiency
3 years ago
Brent Shaffer
7ed2c262e2
feat: [PHP] add previous classname to descriptor pool
3 years ago
Protobuf Team Bot
38e3a11a29
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
e73ed1630f
Updating version.json and repo version numbers to: 21.1
3 years ago
Protobuf Team Bot
59c6ff83e9
Updating version.json and repo version numbers to: 21.0
3 years ago
Brent Shaffer
53944b5983
Add back "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
3 years ago
Joshua Haberman
8984184e54
Revert "fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility ( #9633 )"
...
This reverts commit eb27c201f1
.
3 years ago
David L. Jones
7f2368933a
Re-generate csharp and php golden proto files after changes to descriptor.proto.
3 years ago
Protobuf Team Bot
1fa42c4be4
Updating version.json and repo version numbers to: 21.0-rc2
3 years ago
Joshua Haberman
a04d00312f
Fixed PHP SEGV by not writing to shared memory for zend_class_entry.
3 years ago
Joshua Haberman
8a46882bf0
Brought the comment up to date.
3 years ago
Joshua Haberman
65a2a52df3
Fixed PHP SEGV by not writing to shared memory for zend_class_entry.
3 years ago
Protobuf Team
d259bd3287
Updating version.json and repo version numbers to: 21.0-rc1
3 years ago
David L. Jones
95da0ba5b4
Rename all BUILD files to BUILD.bazel ( #9892 )
...
This avoids conflicting names in a couple of cases.
1. Within google, we want to sync files but not name them BUILD (since the structure doesn't match).
2. On case-insensitive filesystems, `build` may be used for a build directory. Naming `BUILD.bazel` avoids potentioal conflicts.
3 years ago
Joshua Haberman
dc4aad931e
Sync from Piper @444600173
...
PROTOBUF_SYNC_PIPER
3 years ago
Noah Dietz
4d56f2d83c
Change enum string name for reserved words ( #9780 )
...
* Change enum string name for reserved words
Update PHP descriptor protos
* conditionally generate value compat code
3 years ago