1. 08 Dec, 2016 1 commit
  2. 16 Nov, 2016 1 commit
    • Paul Yang's avatar
      Rename Empty to GPBEmpty in php generated file. · 99564c33
      Paul Yang authored
      In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change
      runtime code to work with the new generated code accordingly.
      99564c33
  3. 10 Nov, 2016 1 commit
  4. 26 Oct, 2016 1 commit
  5. 11 Oct, 2016 1 commit
  6. 10 Oct, 2016 1 commit
  7. 23 Sep, 2016 1 commit
  8. 15 Sep, 2016 1 commit
    • Paul Yang's avatar
      Check in php implementation. (#2052) · e0e54661
      Paul Yang authored
      This pull request includes two implementation: C extension and PHP
      package. Both implementations support encode/decode of singular,
      repeated and map fields.
      e0e54661