aboutsummaryrefslogtreecommitdiff
path: root/php
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Fix c extension for php7.1. (#3077)Paul Yang2017-05-101-0/+8
| | | |/
* | | | Merge from masterJisi Liu2017-07-2510-66/+286
* | | | Merge master into 3.4.xJisi Liu2017-07-1881-3387/+5832
|\| | |
| * | | Support PHP generic services (#3269)Matt A2017-07-187-1/+177
| |/ /
| * | remove pass by reference for php setters (#3344)Brent Shaffer2017-07-1723-59/+61
| * | Fix Implicit Return Types (#3363)Richard Fussenegger2017-07-171-2/+2
| * | Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-145-2/+35
| * | Add map iterator for c extension (#3350)Paul Yang2017-07-136-5/+157
| * | Uncomment php tests (#3301)Paul Yang2017-07-092-416/+416
| * | Add json encode/decode for php. (#3226)Paul Yang2017-06-3028-1666/+2772
| * | adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-2734-886/+1099
| * | Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-194-160/+235
| * | Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-171-1/+0
| * | Fix php jenkins test (#3233)Paul Yang2017-06-151-1/+1
| * | Fix incorrect function call (#3232)michaelbausor2017-06-151-1/+1
| * | Follows proper autoloading standards (#3123)Brent Shaffer2017-06-1414-836/+1039
| * | Add new file option php_namespace. (#3162)Paul Yang2017-06-0535-208/+568
| * | Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-293-1/+17
| * | Add ARRAY for reserved name (#3150)Paul Yang2017-05-295-5/+11
| * | Adds fluent setters for PHP (#3130)Brent Shaffer2017-05-291-0/+13
| * | Add compatibility test for php. (#3041)Paul Yang2017-05-052-2/+113
| |/
* / Update csharp and php descriptorJisi Liu2017-07-183-21/+57
|/
* Add prefix to enum value with reserved name. (#3020)v3.3.0Paul Yang2017-04-261-0/+1
* Add a test case for nested enum, which was missed previously. (#3010)Paul Yang2017-04-251-0/+1
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-243-1/+11
* Update php version number to 3.3.0 (#3001)Paul Yang2017-04-242-6/+22
* Throw exception when parsing invalid data. (#3000)Paul Yang2017-04-215-49/+296
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-205-5/+23
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-207-53/+136
* Add test for nested enum for php (#2989)Paul Yang2017-04-194-0/+22
* Enum defined without package have incorrect class name. (#2988)Paul Yang2017-04-194-6/+19
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-1916-1100/+1769
* Update commit number in Docker to update composer dependency (#2869)Paul Yang2017-03-213-4/+6
* Add file option php_class_prefix (#2849)Paul Yang2017-03-1737-439/+468
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-158-23/+49
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-108-40/+328
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-0811-45/+281
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-0111-7/+439
* Prefer the term "3-Clause BSD License" over "New BSD License"Sebastian Schuberth2017-02-281-3/+3
* Fix links to the New BSD License in meta-dataSebastian Schuberth2017-02-281-3/+3
* Add clear method to PHP message (#2700)Paul Yang2017-02-119-10/+275
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-086-7/+158
* Update upb for php. (#2662)Paul Yang2017-02-064-936/+2245
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-3113-75/+194
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-275-1/+60
* PHP fix int64 decoding (#2516)Sufir2017-01-082-28/+77
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-0855-4988/+6089
* Generate phpdoc in php generated files. (#2406)Paul Yang2016-12-013-4/+961
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-166-6/+67
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-106-17/+180