1016 Commits (2f3b4603a1e36779ac9196610fe28a5e30f41c56)

Author SHA1 Message Date
Paul Yang 6f325805c0 Add new file option php_namespace. (#3162) 8 years ago
Paul Yang 1e86ef4e9f Oneof field should be serialized even it's equal to default. (#3153) 8 years ago
Paul Yang 282fb9e68e Add ARRAY for reserved name (#3150) 8 years ago
Brent Shaffer 4d5daf4ef9 Adds fluent setters for PHP (#3130) 8 years ago
Paul Yang 474cca52a3 Add LICENSE in package.xml (#3083) 8 years ago
Paul Yang de6ae7d4eb Fix upb load descriptor when no messages defined in prorto. (#3080) 8 years ago
Paul Yang 22319315df Fix c extension for php7.1. (#3077) 8 years ago
Feng Xiao 58538ea919 Update version number to 3.3.1 8 years ago
Paul Yang 25abd7b7e7 Add compatibility test for php. (#3041) 8 years ago
Paul Yang a6189acd18 Add prefix to enum value with reserved name. (#3020) 8 years ago
Paul Yang 3c0855e94a Add a test case for nested enum, which was missed previously. (#3010) 8 years ago
Paul Yang fba2acd72e Add nested enum descriptor in php rumtime. (#3009) 8 years ago
Paul Yang e64b618b21 Update php version number to 3.3.0 (#3001) 8 years ago
Paul Yang 6fff091c49 Throw exception when parsing invalid data. (#3000) 8 years ago
Paul Yang 4523c9c233 Allow proto files to import descriptor.proto (#2995) 8 years ago
Paul Yang 4c57e8475f Prepend "PB" to generated classes whose name are reserved words. (#2990) 8 years ago
Paul Yang b97cd573e4 Add test for nested enum for php (#2989) 8 years ago
Paul Yang 7be088202b Enum defined without package have incorrect class name. (#2988) 8 years ago
Paul Yang 190b5270c8 Make PHP c extension work with PHP7 (#2951) 8 years ago
Paul Yang 1387a6795c Update commit number in Docker to update composer dependency (#2869) 8 years ago
Paul Yang 6b27c1f981 Add file option php_class_prefix (#2849) 8 years ago
Paul Yang f23869c615 Bug fix: When encoding, negative int32 values should be padded to int64 (#2660) 8 years ago
Paul Yang 616e68ecc1 Repeated/Map field setter should accept a regular PHP array (#2817) 8 years ago
Paul Yang dd8d5f57d7 Rename encode/decode to serializeToString/mergeFromString (#2795) 8 years ago
Paul Yang bcbaabe53a Add mergeFrom method on Message (#2766) 8 years ago
Sebastian Schuberth 902af0816e Prefer the term "3-Clause BSD License" over "New BSD License" 8 years ago
Sebastian Schuberth 6395a1cbd9 Fix links to the New BSD License in meta-data 8 years ago
Paul Yang 74eb9a0a30 Add clear method to PHP message (#2700) 8 years ago
Paul Yang cba04b19e8 Implement json encoding decoding for php. (#2682) 8 years ago
Paul Yang 5a3405c51a Update upb for php. (#2662) 8 years ago
Paul Yang 7f3e237071 Merge 3.2.x branch into master (#2648) 8 years ago
Paul Yang a323f1e65d Oneof accessor should return the field name that is actually set. (#2631) 8 years ago
Sufir 2bddffc993 PHP fix int64 decoding (#2516) 8 years ago
Paul Yang 46ae90dc5e Make php generated code conform to PSR-4. (#2435) 8 years ago
Paul Yang f8ca3acd29 Generate phpdoc in php generated files. (#2406) 8 years ago
Paul Yang 99564c3347 Rename Empty to GPBEmpty in php generated file. 8 years ago
Paul Yang df8390790a Fix php c extension on 32-bit machines. (#2348) 8 years ago
Paul Yang 1f2dbc899b Implement RepeatedFieldIter for c extension. (#2333) 8 years ago
Paul Yang 51c5ff889c Fix pure php implementation for 32-bit machine. (#2282) 8 years ago
Paul Yang 60d95f36c0 Fix the bug that message without namespace is not found in the descriptor pool. (#2240) 8 years ago
Bo Yang 63448e6059 Fix compile error for php on Mac. 8 years ago
Bo Yang 4f3d20a500 Fix segmentation fault when ZTS is defined. 8 years ago
Stanley Cheung 1e5d4ba938 PHP: fix ZTS tsrm_ls errors (#2189) 8 years ago
Bo Yang c8bd36e5b9 Test php5.5_c test on jenkins 8 years ago
Bo Yang 0bf5482712 Fixing inconsistent php version number. 8 years ago
Stanley Cheung a41349dd68 php: support 5.5.9 for pecl extension (#2174) 8 years ago
Bo Yang b155958859 Update php supported version. 8 years ago
Bo Yang fac876dc7b Modify php api version and minimum supported php version. 8 years ago
Stanley Cheung 9372292b29 PHP: support 7.0 on PHP implementation (#2162) 8 years ago
Charlene 633fdfb510 Update minimum support php version to 5.5 8 years ago