708 Commits (f36a5c66749cffd15332768d2d2808c6446cdf48)

Author SHA1 Message Date
Paul Yang d8483a92d7 Adopt php_metadata_namespace in php code generator (#4622) 7 years ago
Paul Yang 00d32539c6 Fix array constructor in c extension for compatibility (#4667) 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
Adam Cozzette 6ecc87666d Updated PHP generated code for timestamp.proto 7 years ago
Paul Yang 3d9e99b7e0
Adopt php_metadata_namespace in php code generator (#4622) 7 years ago
Paul Yang b61dd9d9a2
Add file option php_metadata_namespace and ruby_package (#4609) 7 years ago
Paul Yang 7377d81ca4
Throw error if user want to access message properties (#4603) 7 years ago
Paul Yang 5f7334f5f3
Avoid direct check of class name (#4601) 7 years ago
Petar Dambovaliev 0869b1a0a7 Add space between class name and concat message (#4577) 7 years ago
urfinjuezz d7d863ea07 fix json_decode call parameters (#4381) 7 years ago
Brent Shaffer 13e627ad69 includes the expected class in the exception, otherwise the error is harder to track down (#3371) 7 years ago
Paul Yang c931743461
Merge branch (#4466) 7 years ago
Paul Yang 6dd563a674
Sync upb change (#4373) 7 years ago
Paul Yang a48d58df96
Convert descriptortype to type for upb_msgval_sizeof (#4357) 7 years ago
Paul Yang 0f4ad85740
For encoding upb needs descriptor type instead of type. (#4354) 7 years ago
Bo Yang b5fbb742af Bump version number to 3.5.2 7 years ago
Adam Cozzette 5004d09ff0 PHP: fixed typo in message.c 7 years ago
Paul Yang 51293f36d8
Fix more memory leak for php c extension (#4211) 7 years ago
Paul Yang 3823897475
Well known types are not initialized properly. (#4139) 7 years ago
Bo Yang 8d6f13e86d Fix for php5.5 7 years ago
Bo Yang 39159c89f1 Accept DatetimeInterface in fromDatetime 7 years ago
Bo Yang 1a549d9a90 Avoid using php_date_get_date_ce() in case date extension is not 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
Bo Yang 3b13c3f02e Add backslach to make class explict in global namespace 7 years ago
Paul Yang c370f88fb1
Recursively clear unknown fields in submessages. (#3982) 7 years ago
Bo Yang 457f6a607c Add release log 7 years ago
Bo Yang ba60b854b6 Update php c extension version number to 3.5.0.1 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
Paul Yang de44982a74 Remove duplicate typedef. (#3975) 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 94bb1eed17
Remove duplicate typedef. (#3975) 7 years ago
Paul Yang 74e7decbbf
Provide discardUnknonwnFields API in php (#3976) 7 years ago
Paul Yang 98836a56e6
Update version number for php c extension (#3896) 7 years ago
Paul Yang 857a021645
Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886) 7 years ago
Issac Trotts 0d466884a2 Update README.md: C extension works on PHP 7 (#3888) 7 years ago
Paul Yang 188f18044f
All integer types should accept null in json. (#3869) 7 years ago
Paul Yang 2df472690e
Fix php well known type conformance tests (#3828) (#3840) 7 years ago
Paul Yang bcda919cee
Fix php well known type conformance tests (#3828) 7 years ago
xuwei-k 05b56d01c1 update joda-time javadoc url 7 years ago
Jisi Liu ecf2957106 Update descriptor protos 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