aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/upb.c
Commit message (Expand)AuthorAgeFilesLines
* Adopt upb change for timestamp and duration json to php (#5106)Paul Yang2018-09-221-2780/+2088
* Fix json parsing of wrapper valuesBo Yang2018-08-101-185/+508
* Enable ignoring unknown in json parsing in php (#4839)Paul Yang2018-07-091-43/+85
* Sync upb change (#4373)Paul Yang2018-03-081-26/+1965
* Convert descriptortype to type for upb_msgval_sizeof (#4357)Paul Yang2018-03-061-1/+1
* For encoding upb needs descriptor type instead of type. (#4354)Paul Yang2018-03-061-12/+12
* Reserve unknown fields in php (#3659)Paul Yang2017-10-091-472/+1532
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-0/+3
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-187/+190
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-317/+214
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-151-1/+1
* Update upb for php. (#2662)Paul Yang2017-02-061-624/+1655
* Check in php implementation. (#2052)Paul Yang2016-09-151-1434/+2363
* Integrate google internal changes.Jisi Liu2016-03-301-0/+11990