| Commit message (Expand) | Author | Age |
* | Add LICENSE in package.xml (#3083) | Paul Yang | 2017-05-11 |
* | Merge pull request #3074 from xfxyjwf/3.3.x | Feng Xiao | 2017-05-11 |
|\ |
|
* | | Fix upb load descriptor when no messages defined in prorto. (#3080) | Paul Yang | 2017-05-11 |
* | | Fix c extension for php7.1. (#3077) | Paul Yang | 2017-05-10 |
| * | Update version number to 3.3.1 | Feng Xiao | 2017-05-08 |
|/ |
|
* | Add prefix to enum value with reserved name. (#3020) | Paul Yang | 2017-04-26 |
* | Add a test case for nested enum, which was missed previously. (#3010) | Paul Yang | 2017-04-25 |
* | Add nested enum descriptor in php rumtime. (#3009) | Paul Yang | 2017-04-24 |
* | Update php version number to 3.3.0 (#3001) | Paul Yang | 2017-04-24 |
* | Throw exception when parsing invalid data. (#3000) | Paul Yang | 2017-04-21 |
* | Allow proto files to import descriptor.proto (#2995) | Paul Yang | 2017-04-20 |
* | Prepend "PB" to generated classes whose name are reserved words. (#2990) | Paul Yang | 2017-04-20 |
* | Add test for nested enum for php (#2989) | Paul Yang | 2017-04-19 |
* | Enum defined without package have incorrect class name. (#2988) | Paul Yang | 2017-04-19 |
* | Make PHP c extension work with PHP7 (#2951) | Paul Yang | 2017-04-19 |
* | Update commit number in Docker to update composer dependency (#2869) | Paul Yang | 2017-03-21 |
* | Add file option php_class_prefix (#2849) | Paul Yang | 2017-03-17 |
* | Bug fix: When encoding, negative int32 values should be padded to int64 (#2660) | Paul Yang | 2017-03-15 |
* | Repeated/Map field setter should accept a regular PHP array (#2817) | Paul Yang | 2017-03-10 |
* | Rename encode/decode to serializeToString/mergeFromString (#2795) | Paul Yang | 2017-03-08 |
* | Add mergeFrom method on Message (#2766) | Paul Yang | 2017-03-01 |
* | Prefer the term "3-Clause BSD License" over "New BSD License" | Sebastian Schuberth | 2017-02-28 |
* | Fix links to the New BSD License in meta-data | Sebastian Schuberth | 2017-02-28 |
* | Add clear method to PHP message (#2700) | Paul Yang | 2017-02-11 |
* | Implement json encoding decoding for php. (#2682) | Paul Yang | 2017-02-08 |
* | Update upb for php. (#2662) | Paul Yang | 2017-02-06 |
* | Merge 3.2.x branch into master (#2648) | Paul Yang | 2017-01-31 |
* | Oneof accessor should return the field name that is actually set. (#2631) | Paul Yang | 2017-01-27 |
* | PHP fix int64 decoding (#2516) | Sufir | 2017-01-08 |
* | Make php generated code conform to PSR-4. (#2435) | Paul Yang | 2016-12-08 |
* | Generate phpdoc in php generated files. (#2406) | Paul Yang | 2016-12-01 |
* | Rename Empty to GPBEmpty in php generated file. | Paul Yang | 2016-11-16 |
* | Fix php c extension on 32-bit machines. (#2348) | Paul Yang | 2016-11-10 |
* | Implement RepeatedFieldIter for c extension. (#2333) | Paul Yang | 2016-11-08 |
* | Fix pure php implementation for 32-bit machine. (#2282) | Paul Yang | 2016-10-25 |
* | Fix the bug that message without namespace is not found in the descriptor poo... | Paul Yang | 2016-10-11 |
* | Fix compile error for php on Mac. | Bo Yang | 2016-10-05 |
* | Fix segmentation fault when ZTS is defined. | Bo Yang | 2016-10-05 |
* | PHP: fix ZTS tsrm_ls errors (#2189) | Stanley Cheung | 2016-10-04 |
* | Test php5.5_c test on jenkins | Bo Yang | 2016-10-03 |
* | Fixing inconsistent php version number. | Bo Yang | 2016-09-26 |
* | php: support 5.5.9 for pecl extension (#2174) | Stanley Cheung | 2016-09-23 |
* | Update php supported version. | Bo Yang | 2016-09-23 |
* | Modify php api version and minimum supported php version. | Bo Yang | 2016-09-22 |
* | PHP: support 7.0 on PHP implementation (#2162) | Stanley Cheung | 2016-09-22 |
* | Bump version number to 3.1.0-alpha-1. | Bo Yang | 2016-09-20 |
* | Integrate internal changes | Bo Yang | 2016-09-19 |
* | Some php engine implementation doesn't have return_value_ptr properly set. Ex... | Bo Yang | 2016-09-15 |
* | Auto-generate proto files for tests. | Bo Yang | 2016-09-15 |
* | Add back missing test proto files. | Bo Yang | 2016-09-15 |