aboutsummaryrefslogtreecommitdiffstats
path: root/php/tests
Commit message (Expand)AuthorAgeFilesLines
* Set oneof case in array constructor (#6351)Paul Yang2019-07-081-0/+2
* Rename get/setXXXValue to get/setXXXUnwrapped (#6295)Paul Yang2019-06-211-44/+44
* Revert "Append field number to accessors if there is conflict (#6169)" (#6282)Paul Yang2019-06-202-49/+0
* Append field number to accessors if there is conflict (#6169)Paul Yang2019-05-242-0/+49
* Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang2019-03-251-0/+17
* Add terminating character to zend_lookup_class call (#5871) (#5885)David Supplee2019-03-133-6/+22
* Parse nested listvalue in json for ruby (#5867)Paul Yang2019-03-121-0/+1
* PHP: Exclude repeated and map fields from normalization in constructor (#5723)michaelbausor2019-02-152-0/+88
* Fix oneof message in array constructor (#5727)Paul Yang2019-02-141-0/+14
* Convert integer to string if field is string field in jsonBo Yang2019-01-281-0/+10
* Default values should also be serialized for json map key/value (#5643)Paul Yang2019-01-281-0/+13
* Fix more issues for reference values (#5613)Paul Yang2019-01-234-19/+166
* Fix empty FieldMask json encoding/decoding (#5605)Paul Yang2019-01-221-0/+7
* Fix c extension doesn' allow message reference in array (#5599)Paul Yang2019-01-222-0/+32
* Fix field mask for php in json (#5591)Paul Yang2019-01-175-22/+80
* Fix Empty ListValue/Struct json encoding (#5532)Paul Yang2019-01-081-0/+14
* Fix Any json encoding/decoding in php (#5496)Paul Yang2018-12-264-1/+163
* Php 7.3 fix (#5434)Paul Yang2018-12-187-3/+25
* PHP: Add Enum methods for converting to/from strings (#5342)michaelbausor2018-11-282-0/+45
* Sync upb for unknown fix (#5240)Paul Yang2018-10-121-0/+124
* PHP: Add support for primitive types in setters (#5126)michaelbausor2018-10-073-1/+251
* Adopt upb change for timestamp and duration json to php (#5106)Paul Yang2018-09-221-0/+182
* Fix well known type class not inheriting Message (#5095)Paul Yang2018-08-311-0/+1
* Replace repo links.Feng Xiao2018-08-221-1/+1
* Merge pull request #5032 from TeBoring/json-wrapperJoshua Haberman2018-08-131-0/+81
|\
| * Fix json parsing of wrapper valuesBo Yang2018-08-101-0/+81
* | Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-011-0/+13
|\ \ | |/ |/|
| * Make assertEquals pass for message (#4947)Paul Yang2018-07-201-0/+13
| * Fix 32bit php testsBo Yang2018-07-152-2/+1
| * Fix php testsBo Yang2018-07-152-0/+3
* | php: Added nanosecond support for Timestamp (#3972)Leonard Hecker2018-07-203-2/+4
* | Fix 32bit php testsBo Yang2018-07-132-2/+1
* | Fix php testsBo Yang2018-07-132-0/+3
* | Merge pull request #4827 from acozzette/merge-3-6-xAdam Cozzette2018-06-251-16/+33
|\|
| * Use legacy name in php runtime (#4741)Paul Yang2018-06-071-16/+33
| * Fix php memory leak test (#4692)Paul Yang2018-05-291-4/+17
| * PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2519-120/+297
| * Implement array constructor in php c extension.Bo Yang2018-05-252-81/+66
| * PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-252-1/+161
| * Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-253-0/+4
* | rename duplicate testMessageSetNullFail function (#3669)Pat Moroney2018-06-251-1/+1
* | Fix php memory leak test (#4692)Paul Yang2018-05-291-4/+17
* | PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2419-120/+297
* | Implement array constructor in php c extension.Bo Yang2018-05-242-81/+66
* | PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-242-1/+161
* | Adopt php_metadata_namespace in php code generator (#4622)Paul Yang2018-05-143-0/+4
|/
* Throw error if user want to access message properties (#4603)Paul Yang2018-05-101-1/+1
* Fix more memory leak for php c extension (#4211)Paul Yang2018-01-253-9/+61
* 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