aboutsummaryrefslogtreecommitdiff
path: root/php/tests
Commit message (Expand)AuthorAgeFilesLines
* Call php method via function name instead of calling directly.Bo Yang2017-12-122-5/+5
* Replace private timelib_update_ts with public date_timestamp_getBo Yang2017-12-121-0/+12
* Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp utilBo Yang2017-12-121-1/+1
* Merge branch '3.5.0.1' into 3.5.xBo Yang2017-12-111-3/+23
|\
| * Fix memory leak in php7Bo Yang2017-12-061-1/+2
| * Fix several more memory leakBo Yang2017-12-061-2/+21
| * Fix memory leak when creating map field via array.Bo Yang2017-12-061-0/+5
| * Fix memory leak when creating repeated field via array.Bo Yang2017-12-061-0/+5
* | Recursively clear unknown fields in submessages. (#3982)Paul Yang2017-12-071-1/+39
* | Fix memory leak when creating map field via array.Bo Yang2017-12-041-0/+5
* | Fix memory leak when creating repeated field via array.Bo Yang2017-12-011-0/+5
* | Provide discardUnknonwnFields API in php (#3976)Paul Yang2017-11-301-0/+7
|/
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-117-0/+910
|\
| * Exclude valid constant name from reserved name.Bo Yang2017-09-125-223/+599
| * Add prefix to php reserved keywords.Bo Yang2017-09-085-0/+534
* | Reserve unknown fields in php (#3659)Paul Yang2017-10-094-1/+34
* | Add well known types to php runtime. (#3697)Paul Yang2017-10-052-5/+276
* | Enforce all error report for php tests. (#3670)Paul Yang2017-09-222-0/+7
* | Add native php support for Duration. (#3583)Paul Yang2017-09-051-0/+11
* | Add php support for Timestamp. (#3575)Paul Yang2017-08-311-0/+21
* | Add any support in php runtime. (#3486)Paul Yang2017-08-252-2/+74
|/
* Use message name as defined in php runtime.Bo Yang2017-08-213-0/+21
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-043-0/+19
* Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-021-1/+4
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-023-1/+279
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-252-19/+53
* Support PHP generic services (#3269)Matt A2017-07-184-1/+142
* remove pass by reference for php setters (#3344)Brent Shaffer2017-07-171-17/+19
* Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-143-0/+15
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-0/+34
* Uncomment php tests (#3301)Paul Yang2017-07-091-415/+415
* Add json encode/decode for php. (#3226)Paul Yang2017-06-3010-1493/+1539
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-272-1/+338
* Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-192-145/+196
* Add new file option php_namespace. (#3162)Paul Yang2017-06-055-0/+49
* Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-291-0/+7
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-293-2/+8
* 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-241-1/+2
* Throw exception when parsing invalid data. (#3000)Paul Yang2017-04-211-0/+198
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-203-3/+23
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-204-0/+29
* 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-195-30/+46
* Add file option php_class_prefix (#2849)Paul Yang2017-03-176-4/+33
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-153-8/+34