Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add nested enum descriptor in php rumtime. (#3009) | Paul Yang | 2017-04-24 |
| | |||
* | Rename encode/decode to serializeToString/mergeFromString (#2795) | Paul Yang | 2017-03-08 |
| | | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields. | ||
* | Check in php implementation. (#2052) | Paul Yang | 2016-09-15 |
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields. |