57 Commits (1019b94795fcc1e19a772f10e0d484887d369735)

Author SHA1 Message Date
zajca 743c675c4f fix empty message serialization for Any 2 years ago
Brett McBride d3ad29e827 allow dynamic properties in Message 2 years ago
Mike Kruskal 4877014174
Fix stale descriptor files after comment change (#10577) 2 years ago
Sandy Zhang aebdd0885f Sync from Piper @463129388 2 years ago
Brent Shaffer d807712f1a address review comments 2 years ago
theodorerose 799a041d14 ran generate_descriptor_proto.sh 2 years ago
theodorerose 71adb837e7 cherry-pick c38281dd20 2 years ago
Jorg Brown a3e1de0113 Sync from Piper @455586341 2 years ago
Thanet (Knack) Praneenararat 0f1574aae2 Fixed bugs of OneofDescriptor. 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 3 years ago
Thanet (Knack) Praneenararat b27dd18676 Exposed more functions in FieldDescriptor and OneofDescriptor. 3 years ago
Brent Shaffer 7ed2c262e2 feat: [PHP] add previous classname to descriptor pool 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)" 3 years ago
David L. Jones 7f2368933a Re-generate csharp and php golden proto files after changes to descriptor.proto. 3 years ago
Brent Shaffer 81e5139679
fix: phpdoc for repeatedfield (#9783) 3 years ago
Brent Shaffer 9ba808b798
fix: phpdoc syntax for repeatedfield parameters (#9784) 3 years ago
Brent Shaffer eb27c201f1
fix: reserve "ReadOnly" keyword for PHP 8.1 and add compatibility (#9633) 3 years ago
Mike Kruskal a29e0e3f44 Sync from Piper @439400376 3 years ago
Brent Shaffer 023fe6ff4d
chore: [PHP] fix phpdoc for MapField keys 3 years ago
Oleg Kolesov fe87de31bf
#9293 - incompatible return type php 8.1 (#9301) 3 years ago
Brent Shaffer ce57b5bab6
fix: [PHP] add missing reserved classnames (#9458) 3 years ago
David Supplee dfcbdb8ca0
fix: use E_USER_ERROR for trigger_error calls (#9462) 3 years ago
Joshua Haberman dce403a8b3 Sync from Piper @427369078 3 years ago
Brett McBride bfe33d7d08 php 7.0 support 3 years ago
Brett McBride 558d128fc7 require bcmath 3 years ago
Brett McBride c26b1c87d7 fixing php 8.1 deprecation warnings 3 years ago
Chris Bainbridge 65852d6e9c
Fix comment syntax in any.proto (#8792) 3 years ago
Joshua Haberman e5c570bb57 Sync from Piper @395706834 3 years ago
Adam Cozzette 562fc946c7 Sync from Piper @388508285 3 years ago
Brent Shaffer bade043986 update reserved names: add finally, fn, match, yield 3 years ago
Joshua Haberman 75de6aa21a Fixed sub-message getters for well-known types when message is unset. 4 years ago
Joshua Haberman 9521803d40 Sync from Piper @375548932 4 years ago
Joshua Haberman 7e95c64dfb
[PHP] Fixed $msg->setMessage(null) to properly clear the message. (#8472) 4 years ago
Paul Yang 114efc42d4
Fix php json parsing not throwing error for unknown field. (#8528) 4 years ago
Derek Perez 4008d229aa Sync from Piper @366297034 4 years ago
Joshua Haberman d18df4f764
Protect against stack overflow if the user derives from Message. (#8248) 4 years ago
Joshua Haberman d5079ed7db
Fixed PHP to support field numbers >=2**28. (#8235) 4 years ago
Brent Shaffer 468bc193ec
fix: convert native PHP floats to single precision (#8187) 4 years ago
Joshua Haberman 7089ff0ef2
Fix PhpDoc comments for message accessors to include "|null". (#8136) 4 years ago
Mike Lehan 9ee163a5d7
Update param type on offsetGet (#8033) 4 years ago
Adam Cozzette 27100b40fd Update protobuf version 4 years ago
Joshua Haberman e62cf76b94 Added missing base classes. 4 years ago
Joshua Haberman a0eef68bbd Regenerated well-known types and moved hand-written messages into base classes. 4 years ago
Joshua Haberman 95e6c5b474 Sync from Piper @327110949 4 years ago
Paul Yang 5ce6232605
No need to generate addtional has method for proto2 (#7802) 4 years ago
Peter Newman e2cc2de304
Fix lots of spelling errors (#7751) 4 years ago
Paul Yang 69c4bc5674 Updated upb to pick up several bugfixes (#7740) 4 years ago