aboutsummaryrefslogtreecommitdiff
path: root/php/tests/map_field_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-5/+12
|
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-1/+0
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-12/+44
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+648
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.