aboutsummaryrefslogtreecommitdiff
path: root/php
Commit message (Expand)AuthorAgeFilesLines
* compiles removal of newline (#3333) (#3370)Brent Shaffer2017-07-1925-25/+0
* Merge pull request #3375 from TeBoring/3.3.xPaul Yang2017-07-193-2/+43
|\
| * Merge 3.3.x into masterBo Yang2017-07-183-2/+43
| |\
| | * Update version number to 3.3.2Bo Yang2017-06-212-2/+18
| | * Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-201-1/+0
| | * Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-06-203-1/+17
| | * Add ARRAY for reserved name (#3150)Paul Yang2017-06-205-3/+9
| | * Add LICENSE in package.xml (#3083)Paul Yang2017-05-111-0/+1
| | * Merge pull request #3074 from xfxyjwf/3.3.xFeng Xiao2017-05-112-2/+18
| | |\
| | | * Update version number to 3.3.1Feng Xiao2017-05-082-2/+18
| | * | Fix upb load descriptor when no messages defined in prorto. (#3080)Paul Yang2017-05-111-0/+3
| | * | Fix c extension for php7.1. (#3077)Paul Yang2017-05-101-0/+8
| | |/
* | / 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
|/
* 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