aboutsummaryrefslogtreecommitdiff
path: root/php/tests
AgeCommit message (Expand)Author
2019-07-08Set oneof case in array constructor (#6351)Paul Yang
2019-06-21Rename get/setXXXValue to get/setXXXUnwrapped (#6295)Paul Yang
2019-06-20Revert "Append field number to accessors if there is conflict (#6169)" (#6282)upstream-3.8.xPaul Yang
2019-05-24Append field number to accessors if there is conflict (#6169)Paul Yang
2019-03-25Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang
2019-03-13Add terminating character to zend_lookup_class call (#5871) (#5885)David Supplee
2019-03-12Parse nested listvalue in json for ruby (#5867)Paul Yang
2019-02-15PHP: Exclude repeated and map fields from normalization in constructor (#5723)michaelbausor
2019-02-14Fix oneof message in array constructor (#5727)Paul Yang
2019-01-28Convert integer to string if field is string field in jsonBo Yang
2019-01-28Default values should also be serialized for json map key/value (#5643)Paul Yang
2019-01-23Fix more issues for reference values (#5613)Paul Yang
2019-01-22Fix empty FieldMask json encoding/decoding (#5605)Paul Yang
2019-01-22Fix c extension doesn' allow message reference in array (#5599)Paul Yang
2019-01-17Fix field mask for php in json (#5591)Paul Yang
2019-01-08Fix Empty ListValue/Struct json encoding (#5532)Paul Yang
2018-12-26Fix Any json encoding/decoding in php (#5496)Paul Yang
2018-12-18Php 7.3 fix (#5434)Paul Yang
2018-11-28PHP: Add Enum methods for converting to/from strings (#5342)michaelbausor
2018-10-12Sync upb for unknown fix (#5240)Paul Yang
2018-10-07PHP: Add support for primitive types in setters (#5126)michaelbausor
2018-09-22Adopt upb change for timestamp and duration json to php (#5106)Paul Yang
2018-08-31Fix well known type class not inheriting Message (#5095)Paul Yang
2018-08-22Replace repo links.Feng Xiao
2018-08-13Merge pull request #5032 from TeBoring/json-wrapperJoshua Haberman
2018-08-10Fix json parsing of wrapper valuesBo Yang
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-20php: Added nanosecond support for Timestamp (#3972)Leonard Hecker
2018-07-20Make assertEquals pass for message (#4947)Paul Yang
2018-07-15Fix 32bit php testsBo Yang
2018-07-15Fix php testsBo Yang
2018-07-13Fix 32bit php testsBo Yang
2018-07-13Fix php testsBo Yang
2018-06-25Merge pull request #4827 from acozzette/merge-3-6-xAdam Cozzette
2018-06-25rename duplicate testMessageSetNullFail function (#3669)Pat Moroney
2018-06-07Use legacy name in php runtime (#4741)Paul Yang
2018-05-29Fix php memory leak test (#4692)Paul Yang
2018-05-29Fix php memory leak test (#4692)Paul Yang
2018-05-25PHP namespaces for nested messages and enums (#4536)Brent Shaffer
2018-05-25Implement array constructor in php c extension.Bo Yang
2018-05-25PHP array constructors for protobuf messages (#4530)Brent Shaffer
2018-05-25Adopt php_metadata_namespace in php code generator (#4622)Paul Yang
2018-05-24PHP namespaces for nested messages and enums (#4536)Brent Shaffer
2018-05-24Implement array constructor in php c extension.Bo Yang
2018-05-24PHP array constructors for protobuf messages (#4530)Brent Shaffer
2018-05-14Adopt php_metadata_namespace in php code generator (#4622)Paul Yang
2018-05-10Throw error if user want to access message properties (#4603)Paul Yang
2018-01-25Fix more memory leak for php c extension (#4211)Paul Yang
2017-12-12Call php method via function name instead of calling directly.Bo Yang
2017-12-12Replace private timelib_update_ts with public date_timestamp_getBo Yang