aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/GPBJsonWire.php
Commit message (Collapse)AuthorAgeFilesLines
* add JSON_UNESCAPED_UNICODE option (#4191)吕海涛2018-07-091-1/+1
|
* Fix php well known type conformance tests (#3828)Paul Yang2017-11-031-14/+33
| | | | | | | | | | | | | | | | * Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
* Add json encode/decode for php. (#3226)Paul Yang2017-06-301-0/+285
* Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments