23 Commits (5df472af155dc34e1f01d2874c1bf1184bd857c5)

Author SHA1 Message Date
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 5 years ago
Paul Yang 5ce6232605
No need to generate addtional has method for proto2 (#7802) 5 years ago
Peter Newman e2cc2de304
Fix lots of spelling errors (#7751) 5 years ago
Paul Yang 69c4bc5674 Updated upb to pick up several bugfixes (#7740) 5 years ago
Joshua Haberman ad5a215359 Added proto3 presence support for PHP (#7724) 5 years ago
David Grayston c02ded7a57
Fix GPBUtil::getFullClassName() argument order (#7629) 5 years ago
Joshua Haberman 25755efc4f Sync from Piper @319848517 5 years ago
Joshua Haberman 093faebcdb
New PHP C Extension based on upb_msg (#7614) 5 years ago
Martin Landsem dd8f748c3d
Changed parameter type from long to integer 5 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Paul Yang d001f8cee4
Ignore unknown enum value when ignore_unknown specified (#7455) (#7462) 5 years ago
Paul Yang 317bc83444
Ignore unknown enum value when ignore_unknown specified (#7455) 5 years ago
Joshua Haberman 74ad62759e Sync from Piper @306496510 5 years ago
Joshua Haberman 9c676d83ea Regenerated protos with ./generate_descriptor_proto.sh 5 years ago
Paul Yang 537c5aa9e0
Aggregate Metadata Files (#7155) (#7194) 5 years ago
Paul Yang ac70b7cfb7
Aggregate Metadata Files (#7155) 5 years ago
Andres Valdes 35febfc2e9 Correct @return in Any.unpack docblock (#7089) 5 years ago
Brian Wignall a104dffcb6 Fix typos (#7050) 5 years ago
Paul Yang a66423f0fd
Make c extension portable for php 7.4 (#6968) 5 years ago
Rafi Kamal cd7b27be38 Update protobuf version (#6898) 5 years ago
Rafi Kamal 3cc55d6167
Update protobuf version (#6898) 5 years ago
Paul Yang 601f6963eb
Lazily Create Singular Wrapper Message (#6833) 5 years ago
Paul Yang e9d4e4acbc
Fix the issue for parsing zero length message (#6592) 5 years ago
Paul Yang 342ae0ebc3
Fix issues for php map when parsing missing key/value (#6588) 5 years ago
Jie Luo 43156775be
Merge 3.9.x 201908071359 to master (#6484) 6 years ago
Paul Yang 7f84a94366
Make php message class final to avoid mocking (#6277) 6 years ago
Leonard Hecker 43307d4da0 php: Fix formatting of Duration (#6155) 6 years ago
Paul Yang 95c207f24e
Add use_nested to internalAddGeneratedFile for php implementation (#6117) 6 years ago
Hao Nguyen 582927ae2a Update generated files 6 years ago
Hao Nguyen 3d69bad4b2 Update generated proto and remove a test from failure_list 6 years ago
Paul Yang 207d01daa1
Remove GPBWrapperUtil from generated code (#5880) 6 years ago
Yilun Chong af8b91b828 fix csharp by regenerate descriptor 6 years ago
Xiang Dai e479410564 delete all duplicate empty blanks (#5758) 6 years ago
michaelbausor 3c387ea7e5 PHP: Exclude repeated and map fields from normalization in constructor (#5723) 6 years ago
michaelbausor 3bf05b88ea PHP: Exclude repeated and map fields from normalization in constructor (#5723) 6 years ago
Bo Yang 96029f3c4a Convert integer to string if field is string field in json 6 years ago
Paul Yang 7f42d6d0bc
Fix empty FieldMask json encoding/decoding (#5605) 6 years ago