aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-101-0/+10
|
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-256-230/+155
|
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-10-101-21/+24
| | | | | | * PHP: support 7.0 * Also fix in test_util.php
* Check in php implementation. (#2052)Paul Yang2016-09-1515-0/+3254
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.