aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/OutputStream.php
Commit message (Collapse)AuthorAgeFilesLines
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-159/+0
| | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-151-10/+5
| | | in order to be wire compatible.
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-15/+36
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+143
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.