aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test_util.php
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-02-071-6/+6
| | | in order to be wire compatible.
* 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.