aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_base.php
Commit message (Collapse)AuthorAgeFilesLines
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-0/+3
| | | | | | | | | | * 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-0/+138
| | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* Add clear method to PHP message (#2700)Paul Yang2017-02-111-0/+95
|
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-101-5/+13
|
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-7/+13
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+92
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.