69 Commits (00e783d113a41efdeb626af5fadf742f2a4fb80a)

Author SHA1 Message Date
Brent Shaffer 59d5006d60 feat: better debug info for PHP messages and repeated fields (#12718) 1 year ago
Sandy Zhang 81068e8e8c Internal change 1 year ago
Joshua Haberman 9d27c2f8aa Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Joshua Haberman 4c4fb523c7 Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 1 year ago
Jonathan Albrecht d13d67bf5d PHP: Fix read and write of float and double on big endian platforms (#13444) 1 year ago
Andrei Tcaci 363fa89b1f RepeatedField: unset by index (#11425) 2 years ago
Brent Shaffer 8e636d53e9 fix: php 8.2 dynamic property warning in MapFieldIter (#11485) 2 years ago
Brent Shaffer ade256e153 chore: fix php lint (#11417) 2 years ago
Matt Fowles Kulukundis 1697e4558b Main 202212161220 (#11340) 2 years ago
Protobuf Team Bot 9238c4843a Add debug_redact field option to protobuf. 2 years ago
Mike Kruskal c39ccb73fb Fix bad merge from 21.x 2 years ago
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