aboutsummaryrefslogtreecommitdiff
path: root/php/tests/map_field_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-251-0/+23
|
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-0/+34
|
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-276/+1
| | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* 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.