- 20 Jun, 2017 1 commit
-
-
Ryan Gordon authored
* Switch to addEnumType to fix fatal error * Fixing more cases of HHVM incompatibility * Updating tests to be hhvm compatible * Fixing tests * Fixing merge * Don't use call_user_func, should hopefully fix tests * Fixing spelling * Fixing another misspelling in a test * Fixing placement of append and kvUpdate functions * Actually fix function helpers * Remove double addEnumType. How did this ever work? * Fixing a couple more tests * Only use the setter if the return value isn't an object
-
- 19 Apr, 2017 1 commit
-
-
Paul Yang authored
-
- 15 Mar, 2017 1 commit
-
-
Paul Yang authored
in order to be wire compatible.
-
- 08 Mar, 2017 1 commit
-
-
Paul Yang authored
This better shows the semantic of the API. For already setted fields, mergeFromString do replacement for singular fields and appending for repeated fields.
-
- 12 Feb, 2017 1 commit
-
-
Paul Yang authored
-
- 26 Oct, 2016 1 commit
-
-
Paul Yang authored
-
- 10 Oct, 2016 1 commit
-
-
Stanley Cheung authored
* PHP: support 7.0 * Also fix in test_util.php
-
- 23 Sep, 2016 1 commit
-
-
Stanley Cheung authored
* PHP: support 7.0 * Also fix in test_util.php
-
- 15 Sep, 2016 1 commit
-
-
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.
-