aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/Message.php
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-251-5/+0
|
* 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-151-0/+671
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.