aboutsummaryrefslogtreecommitdiff
path: root/conformance/conformance_php.php
Commit message (Collapse)AuthorAgeFilesLines
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-3/+4
| | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-4/+4
| | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-081-3/+13
|
* Add conformance test for php (#2655)Paul Yang2017-02-011-0/+102