588 Commits (21.x)

Author SHA1 Message Date
Paul Yang b70e0fdf09 Add php support for Timestamp. (#3575) 7 years ago
Paul Yang 2807436cd8 change the field number of php_generic_service to fix the conflict with (#3576) 7 years ago
Paul Yang c7457ef65a Add any support in php runtime. (#3486) 7 years ago
Bo Yang dd5190980b Use message name as defined in php runtime. 7 years ago
Bo Yang e243082fe9 Update php version number to 3.4.0 7 years ago
Bo Yang 82dd4b3793 Update php c extension version number. 7 years ago
Paul Yang 49b44bff2b Fix the bug in php c extension that setting one field can change another field's value. (#3455) 7 years ago
michaelbausor 21b0e5587c Update PHP descriptors (#3391) 7 years ago
Paul Yang 25672c1757 Add getClass for php Descriptor in c extension (#3443) 7 years ago
Ryan Gordon 9df89ccabc Fixing HHVM Compatibility (#3437) 7 years ago
Paul Yang c15a3269f9 Expose descriptor API in php c extension (#3422) 7 years ago
Tony Wong be73938d72 Change divideInt64ToInt32 to static (#3436) 7 years ago
Brent Shaffer d32f5b4de3 Removes unnecessary pass-by-references in PHP internal classes (#3433) 7 years ago
Jisi Liu 759245a49a Merge from master 7 years ago
Paul Yang 451d061141 Fix cycle dependency for repeated field not collected by gc (#3399) 7 years ago
Brent Shaffer aa61bb0d3c compiles removal of newline (#3333) (#3370) 7 years ago
Jisi Liu 86975301f1 Update csharp and php descriptor 7 years ago
Matt A 9e745f771b Support PHP generic services (#3269) 7 years ago
Brent Shaffer 324b20a491 remove pass by reference for php setters (#3344) 7 years ago
Richard Fussenegger 29ff49f534 Fix Implicit Return Types (#3363) 7 years ago
Paul Yang c78dbd7c89 Initial value in generated code cannot be used by c extension. (#3367) 7 years ago
Paul Yang 3a0382e907 Add map iterator for c extension (#3350) 7 years ago
Paul Yang b9c4daadf7 Uncomment php tests (#3301) 7 years ago
Paul Yang ecca6ea95d Add json encode/decode for php. (#3226) 8 years ago
Brent Shaffer 12acbc2678 adds PHPDoc @return and @param for getters and setters respectively (#3131) 8 years ago
Bo Yang e7bcfc4241 Update version number to 3.3.2 8 years ago
Jeff Ching 3b1a87518c Remove inclusion of ext/json/php_json.h. (#3241) 8 years ago
Paul Yang c344fe8caa Oneof field should be serialized even it's equal to default. (#3153) 8 years ago
Paul Yang dba8928ff5 Add ARRAY for reserved name (#3150) 8 years ago
Ryan Gordon 703cd8e11c Switch to addEnumType to fix fatal error (#3225) 8 years ago
Jeff Ching 5729cf77f6 Remove inclusion of ext/json/php_json.h. (#3241) 8 years ago
Paul Yang 91bf623aa1 Fix php jenkins test (#3233) 8 years ago
michaelbausor 8d97b3d8b5 Fix incorrect function call (#3232) 8 years ago
Brent Shaffer b9b34e9b11 Follows proper autoloading standards (#3123) 8 years ago
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