113 Commits (a7180caf19ae150d9a3f9724600b0eed4b5da830)

Author SHA1 Message Date
michaelbausor 3bf05b88ea PHP: Exclude repeated and map fields from normalization in constructor (#5723) 6 years ago
Paul Yang a21caa237a
Default values should also be serialized for json map key/value (#5643) 6 years ago
Paul Yang d750fbf648
Fix more issues for reference values (#5613) 6 years ago
Paul Yang 7f42d6d0bc
Fix empty FieldMask json encoding/decoding (#5605) 6 years ago
Paul Yang 1069565a68
Fix c extension doesn' allow message reference in array (#5599) 6 years ago
Paul Yang c4f2a92c55
Fix field mask for php in json (#5591) 6 years ago
Paul Yang 11c979b591
Fix Empty ListValue/Struct json encoding (#5532) 6 years ago
Paul Yang 8faa778add
Fix Any json encoding/decoding in php (#5496) 6 years ago
Paul Yang d7c4409589
Php 7.3 fix (#5434) 6 years ago
michaelbausor 0b9af83dae PHP: Add Enum methods for converting to/from strings (#5342) 6 years ago
Paul Yang d2d4b403b5
Sync upb for unknown fix (#5240) 6 years ago
michaelbausor 6a51c03823 PHP: Add support for primitive types in setters (#5126) 6 years ago
Paul Yang 9bda1f19bf
Adopt upb change for timestamp and duration json to php (#5106) 6 years ago
Paul Yang d05926861b
Fix well known type class not inheriting Message (#5095) 6 years ago
Feng Xiao afe98de32a Replace repo links. 6 years ago
Bo Yang e3ee7167f1 Fix json parsing of wrapper values 6 years ago
Leonard Hecker e7746f487c php: Added nanosecond support for Timestamp (#3972) 6 years ago
Paul Yang fc90fd6df1
Make assertEquals pass for message (#4947) 6 years ago
Bo Yang b23429ea32 Fix 32bit php tests 6 years ago
Bo Yang 8758cc1606 Fix php tests 6 years ago
Bo Yang d779301670 Fix 32bit php tests 6 years ago
Bo Yang 51c188c2cc Fix php tests 6 years ago
Pat Moroney d65d5821bc rename duplicate testMessageSetNullFail function (#3669) 7 years ago
Paul Yang ce044817c7
Use legacy name in php runtime (#4741) 7 years ago
Paul Yang 5bf35ecca2 Fix php memory leak test (#4692) 7 years ago
Paul Yang 7d1a8fff1b
Fix php memory leak test (#4692) 7 years ago
Brent Shaffer 2774e5441d PHP namespaces for nested messages and enums (#4536) 7 years ago
Bo Yang 8b336f8c5a Implement array constructor in php c extension. 7 years ago
Brent Shaffer c9b404d23b PHP array constructors for protobuf messages (#4530) 7 years ago
Paul Yang d8483a92d7 Adopt php_metadata_namespace in php code generator (#4622) 7 years ago
Brent Shaffer 6737954661 PHP namespaces for nested messages and enums (#4536) 7 years ago
Bo Yang 839f71e305 Implement array constructor in php c extension. 7 years ago
Brent Shaffer f1911f37f8 PHP array constructors for protobuf messages (#4530) 7 years ago
Paul Yang 3d9e99b7e0
Adopt php_metadata_namespace in php code generator (#4622) 7 years ago
Paul Yang 7377d81ca4
Throw error if user want to access message properties (#4603) 7 years ago
Paul Yang 51293f36d8
Fix more memory leak for php c extension (#4211) 7 years ago
Bo Yang fffe8d39f8 Call php method via function name instead of calling directly. 7 years ago
Bo Yang 88102eae8f Replace private timelib_update_ts with public date_timestamp_get 7 years ago
Bo Yang 9f6aceaa8c Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp util 7 years ago
Paul Yang c370f88fb1
Recursively clear unknown fields in submessages. (#3982) 7 years ago
Bo Yang 212563d756 Fix memory leak in php7 7 years ago
Bo Yang 3b7a5f4515 Fix several more memory leak 7 years ago
Bo Yang 7d3437152a Fix memory leak when creating map field via array. 7 years ago
Bo Yang e0d3aa057b Fix memory leak when creating repeated field via array. 7 years ago
Bo Yang b140cb3145 Fix memory leak when creating map field via array. 7 years ago
Bo Yang 1acacf46cc Fix memory leak when creating repeated field via array. 7 years ago
Paul Yang 74e7decbbf
Provide discardUnknonwnFields API in php (#3976) 7 years ago
Paul Yang 6032746882 Reserve unknown fields in php (#3659) 7 years ago
Paul Yang 77f64bb777 Add well known types to php runtime. (#3697) 7 years ago
Paul Yang ae55fd2cc5 Enforce all error report for php tests. (#3670) 7 years ago