aboutsummaryrefslogtreecommitdiff
path: root/php/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-256-230/+155
|
* Fix the bug that message without namespace is not found in the descriptor ↵Paul Yang2016-10-111-3/+7
| | | | pool. (#2240)
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-09-221-21/+24
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Check in php implementation. (#2052)Paul Yang2016-09-1518-0/+6342
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.