aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance_php.php
Commit message (Collapse)AuthorAge
* Enable ignoring unknown in json parsing in php (#4839)Gravatar Paul Yang2018-07-09
| | | | | | | | | | * Enable ignoring unknown in json parsing in php * Update generated descriptor files * Update failure list for other languages. * Remove unnecessary php files
* Fix php well known type conformance tests (#3828)Gravatar Paul Yang2017-11-03
| | | | | | | | | | | | | | | | * 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
* Reserve unknown in Ruby (#3763)Gravatar Paul Yang2017-10-26
| | | | | | | | | | | | | | | | | | | | | | | | * Reserve unknown in ruby * Revert ruby tests. Wait for cpp impl for conformance test * Add conformance test for preserving unknown * Add unknown field conformance test to csharp failure list. * Fix comments * Fix comment * Fix comments * Fix typo * Use stringsink_string directly * Mark hd unused * Remove unused encodeunknown_handlerfunc
* Add well-known timestamps to JSON for PHP (#3564)Gravatar Jack Wakefield2017-09-10
|
* Merge branch 'master' into ConformanceTestYilunChongGravatar Yilun Chong2017-06-30
|\
* | add some test proto2 supported, add js proto2 supported, fixed some errorGravatar Yilun Chong2017-06-30
| |
| * Add json encode/decode for php. (#3226)Gravatar Paul Yang2017-06-30
| | | | | | | | | | | | | | | | | | | | * Add json encode/decode for php. * Fix php conformance test on 32-bit machines. * Fix conformance test for c extension. * Fix comments
* | change php objc nodejs csharp rubyGravatar Yilun Chong2017-06-29
| |
* | add proto2 supported for cpp,python,nodejs,ruby,phpGravatar Yilun Chong2017-06-27
|/
* Rename encode/decode to serializeToString/mergeFromString (#2795)Gravatar Paul Yang2017-03-08
| | | | | This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
* Implement json encoding decoding for php. (#2682)Gravatar Paul Yang2017-02-08
|
* Add conformance test for php (#2655)Gravatar Paul Yang2017-02-01