1. 12 Mar, 2019 1 commit
  2. 28 Jan, 2019 1 commit
    • Bo Yang's avatar
      Convert integer to string if field is string field in json · 96029f3c
      Bo Yang authored
      json_decode automatically convert numeric string to integer, so that
      we need to convert it back. However, this will suceed to parse invalid
      json data with string field set as integer even though it should have failed.
      Because, the failure case is less often than the succeeding case, we decided
      to make this change. Users should make sure their data don't use integer for
      string fields by themselves.
      96029f3c
  3. 04 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) (#3840) · 2df47269
      Paul Yang authored
      * 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
      2df47269
  4. 03 Nov, 2017 1 commit
    • Paul Yang's avatar
      Fix php well known type conformance tests (#3828) · bcda919c
      Paul Yang authored
      * 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
      bcda919c
  5. 10 Sep, 2017 1 commit
  6. 25 Jul, 2017 2 commits
  7. 19 Jul, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 01 Jul, 2017 2 commits
  10. 30 Jun, 2017 1 commit
  11. 01 Feb, 2017 1 commit