- 4008d22 Sync from Piper @366297034 by Derek Perez · 4 years ago
- 2653fc8 Merge pull request #7613 from landsem/patch-1 by Joshua Haberman · 4 years, 1 month ago
- 51daaba Sync from Piper @355707933 by Joshua Haberman · 4 years, 2 months ago
- d5079ed Fixed PHP to support field numbers >=2**28. (#8235) by Joshua Haberman · 4 years, 2 months ago
- 468bc19 fix: convert native PHP floats to single precision (#8187) by Brent Shaffer · 4 years, 3 months ago
- 7089ff0 Fix PhpDoc comments for message accessors to include "|null". (#8136) by Joshua Haberman · 4 years, 3 months ago
- 9ee163a Update param type on offsetGet (#8033) by Mike Lehan · 4 years, 4 months ago
- 27100b4 Update protobuf version by Adam Cozzette · 4 years, 5 months ago v3.14.0-rc1
- e62cf76 Added missing base classes. by Joshua Haberman · 4 years, 6 months ago
- a0eef68 Regenerated well-known types and moved hand-written messages into base classes. by Joshua Haberman · 4 years, 6 months ago
- 58f4260 Merged 3.13.x into master by Adam Cozzette · 4 years, 8 months ago
- 5ce6232 No need to generate addtional has method for proto2 (#7802) by Paul Yang · 4 years, 8 months ago
- e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 8 months ago
- 69c4bc5 Updated upb to pick up several bugfixes (#7740) by Paul Yang · 4 years, 8 months ago
- ad5a215 Added proto3 presence support for PHP (#7724) by Joshua Haberman · 4 years, 8 months ago
- c02ded7 Fix GPBUtil::getFullClassName() argument order (#7629) by David Grayston · 4 years, 9 months ago
- 093faeb New PHP C Extension based on upb_msg (#7614) by Joshua Haberman · 4 years, 9 months ago
- dd8f748 Changed parameter type from long to integer by Martin Landsem · 4 years, 10 months ago
- 317bc83 Ignore unknown enum value when ignore_unknown specified (#7455) by Paul Yang · 5 years ago
- 74ad627 Sync from Piper @306496510 by Joshua Haberman · 5 years ago
- 9c676d8 Regenerated protos with ./generate_descriptor_proto.sh by Joshua Haberman · 5 years ago
- ac70b7c Aggregate Metadata Files (#7155) by Paul Yang · 5 years ago
- 35febfc Correct @return in Any.unpack docblock (#7089) by Andres Valdes · 5 years ago
- ed8688d Merge pull request #7064 from rafi-kamal/3.11.x-202001071136 by Rafi Kamal · 5 years ago
- a104dff Fix typos (#7050) by Brian Wignall · 5 years ago
- a66423f Make c extension portable for php 7.4 (#6968) by Paul Yang · 5 years ago
- cd7b27b Update protobuf version (#6898) by Rafi Kamal · 5 years ago
- 3cc55d6 Update protobuf version (#6898) by Rafi Kamal · 5 years ago
- 601f696 Lazily Create Singular Wrapper Message (#6833) by Paul Yang · 5 years ago
- e9d4e4a Fix the issue for parsing zero length message (#6592) by Paul Yang · 6 years ago
- 342ae0e Fix issues for php map when parsing missing key/value (#6588) by Paul Yang · 6 years ago
- 4315677 Merge 3.9.x 201908071359 to master (#6484) by Jie Luo · 6 years ago
- 7f84a94 Make php message class final to avoid mocking (#6277) by Paul Yang · 6 years ago
- 43307d4 php: Fix formatting of Duration (#6155) by Leonard Hecker · 6 years ago
- 634d704 Merge branch '3.8.x' into 3.8.x-201905311515 by Hao Nguyen · 6 years ago
- 95c207f Add use_nested to internalAddGeneratedFile for php implementation (#6117) by Paul Yang · 6 years ago
- 582927a Update generated files by Hao Nguyen · 6 years ago
- 3d69bad Update generated proto and remove a test from failure_list by Hao Nguyen · 6 years ago
- 8645d89 Merge branch '3.7.x' into merge-3-7-x by Adam Cozzette · 6 years ago
- 207d01d Remove GPBWrapperUtil from generated code (#5880) by Paul Yang · 6 years ago
- cb6fa92 Merge branch '3.7.x' by Bo Yang · 6 years ago
- af8b91b fix csharp by regenerate descriptor by Yilun Chong · 6 years ago
- e479410 delete all duplicate empty blanks (#5758) by Xiang Dai · 6 years ago
- 3c387ea PHP: Exclude repeated and map fields from normalization in constructor (#5723) by michaelbausor · 6 years ago
- 3bf05b8 PHP: Exclude repeated and map fields from normalization in constructor (#5723) by michaelbausor · 6 years ago
- 96029f3 Convert integer to string if field is string field in json by Bo Yang · 6 years ago
- 7f42d6d Fix empty FieldMask json encoding/decoding (#5605) by Paul Yang · 6 years ago
- 54683e6 Fix Issue #5345 (#5381) by Nicolás Elliott · 6 years ago
- 11c979b Fix Empty ListValue/Struct json encoding (#5532) by Paul Yang · 6 years ago
- cecba29 Down-integrate internal changes (#5467) by Paul Yang · 6 years ago
- 0b9af83 PHP: Add Enum methods for converting to/from strings (#5342) by michaelbausor · 6 years ago
- 86d4fe4 Updated checked-in generated code by Adam Cozzette · 6 years ago
- 6a51c03 PHP: Add support for primitive types in setters (#5126) by michaelbausor · 6 years ago
- 9bda1f1 Adopt upb change for timestamp and duration json to php (#5106) by Paul Yang · 7 years ago
- a4862e7 Update generated descriptors. by Feng Xiao · 7 years ago
- e7746f4 php: Added nanosecond support for Timestamp (#3972) by Leonard Hecker · 7 years ago
- d779301 Fix 32bit php tests by Bo Yang · 7 years ago
- 51c188c Fix php tests by Bo Yang · 7 years ago
- 3beb199 add JSON_UNESCAPED_UNICODE option (#4191) by 吕海涛 · 7 years ago
- 82d3d7d Merge branch '3.6.x' into merge-3-6-x by Adam Cozzette · 7 years ago
- ce04481 Use legacy name in php runtime (#4741) by Paul Yang · 7 years ago v3.6.0.1
- 2774e54 PHP namespaces for nested messages and enums (#4536) by Brent Shaffer · 7 years ago
- c9b404d PHP array constructors for protobuf messages (#4530) by Brent Shaffer · 7 years ago
- 6737954 PHP namespaces for nested messages and enums (#4536) by Brent Shaffer · 7 years ago
- f1911f3 PHP array constructors for protobuf messages (#4530) by Brent Shaffer · 7 years ago
- 6ecc876 Updated PHP generated code for timestamp.proto by Adam Cozzette · 7 years ago
- b61dd9d Add file option php_metadata_namespace and ruby_package (#4609) by Paul Yang · 7 years ago
- 5f7334f Avoid direct check of class name (#4601) by Paul Yang · 7 years ago
- 0869b1a Add space between class name and concat message (#4577) by Petar Dambovaliev · 7 years ago
- d7d863e fix json_decode call parameters (#4381) by urfinjuezz · 7 years ago
- 13e627a includes the expected class in the exception, otherwise the error is harder to track down (#3371) by Brent Shaffer · 7 years ago
- 3b13c3f Add backslach to make class explict in global namespace by Bo Yang · 7 years ago
- c370f88 Recursively clear unknown fields in submessages. (#3982) by Paul Yang · 7 years ago
- 74e7dec Provide discardUnknonwnFields API in php (#3976) by Paul Yang · 7 years ago
- 857a021 Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886) by Paul Yang · 7 years ago
- 188f180 All integer types should accept null in json. (#3869) by Paul Yang · 7 years ago
- 2df4726 Fix php well known type conformance tests (#3828) (#3840) by Paul Yang · 7 years ago
- 05b56d0 update joda-time javadoc url by xuwei-k · 7 years ago
- ecf2957 Update descriptor protos by Jisi Liu · 7 years ago
- de15e73 Merge remote-tracking branch 'origin/3.4.x' into master by Jisi Liu · 7 years ago
- 6032746 Reserve unknown fields in php (#3659) by Paul Yang · 7 years ago
- 77f64bb Add well known types to php runtime. (#3697) by Paul Yang · 7 years ago
- ae55fd2 Enforce all error report for php tests. (#3670) by Paul Yang · 8 years ago
- 2b0ee3f Add $ before url_prefix_len to make it a variable. (#3668) by Paul Yang · 8 years ago
- 13fd045 Integrated internal changes from Google by Adam Cozzette · 8 years ago
- 89069de Change array to associate array. by Bo Yang · 8 years ago
- 174c82d Add well-known timestamps to JSON for PHP (#3564) by Jack Wakefield · 8 years ago
- e5d000c Add prefix to php reserved keywords. by Bo Yang · 8 years ago
- 7f8b91f Add native php support for Duration. (#3583) by Paul Yang · 8 years ago
- b70e0fd Add php support for Timestamp. (#3575) by Paul Yang · 8 years ago
- 2807436 change the field number of php_generic_service to fix the conflict with (#3576) by Paul Yang · 8 years ago
- c7457ef Add any support in php runtime. (#3486) by Paul Yang · 8 years ago
- dd51909 Use message name as defined in php runtime. by Bo Yang · 8 years ago
- 8f4b8e4 Merge branch 'master' into 3.4.x by Bo Yang · 8 years ago
- 21b0e55 Update PHP descriptors (#3391) by michaelbausor · 8 years ago
- 9df89cc Fixing HHVM Compatibility (#3437) by Ryan Gordon · 8 years ago
- be73938 Change divideInt64ToInt32 to static (#3436) by Tony Wong · 8 years ago
- d32f5b4 Removes unnecessary pass-by-references in PHP internal classes (#3433) by Brent Shaffer · 8 years ago
- aa61bb0 compiles removal of newline (#3333) (#3370) by Brent Shaffer · 8 years ago
- 3af881c Merge master into 3.4.x by Jisi Liu · 8 years ago