aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_util.php
Commit message (Collapse)AuthorAgeFilesLines
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-2/+1
|
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-151-6/+6
| | | in order to be wire compatible.
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-0/+81
| | | | | 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/+7
|
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-38/+83
|
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-10-101-1/+3
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+393
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.