aboutsummaryrefslogtreecommitdiffstats
path: root/php
Commit message (Expand)AuthorAgeFilesLines
* Update protobuf version (#6472)Paul Yang2019-08-052-5/+19
* Update protobuf version (#6366)Paul Yang2019-07-112-6/+20
* Set oneof case in array constructor (#6351)Paul Yang2019-07-084-2/+9
* Revert "Make php message class final to avoid mocking (#6277)" (#6324)Paul Yang2019-07-0127-27/+27
* Merge branch 'master' into 3.9.xBo Yang2019-06-2132-150/+139
|\
| * Rename get/setXXXValue to get/setXXXUnwrapped (#6295)Paul Yang2019-06-211-44/+44
| * Merge remote-tracking branch 'origin/3.8.x'Bo Yang2019-06-213-61/+29
| |\
| | * Revert "Append field number to accessors if there is conflict (#6169)" (#6282)Paul Yang2019-06-202-49/+0
| | * Change int64 json encoding to be string for php and ruby (#6251)Paul Yang2019-06-171-12/+29
| * | Make php message class final to avoid mocking (#6277)Paul Yang2019-06-1827-27/+27
| * | php: Fix formatting of Duration (#6155)Leonard Hecker2019-06-182-10/+31
* | | Update version to 3.9.0Hao Nguyen2019-06-172-7/+21
|/ /
* | Merge branch '3.8.x' into 3.8.x-201905311515Hao Nguyen2019-05-316-7/+127
|\|
| * Merge pull request #6160 from haon4/3.8.x-20190521140707Hao Nguyen2019-05-242-6/+20
| |\
| | * Update protobuf versionHao Nguyen2019-05-212-6/+20
| * | Add use_nested to internalAddGeneratedFile for php implementation (#6117)Paul Yang2019-05-241-1/+1
| * | Append field number to accessors if there is conflict (#6169)Paul Yang2019-05-242-0/+49
| |/
| * Revert "Revert "Add new file to package.xml (#6116)""Hao Nguyen2019-05-211-0/+1
| * Revert "Update protobuf version"Hao Nguyen2019-05-212-20/+6
| * Revert "Add new file to package.xml (#6116)"Hao Nguyen2019-05-211-1/+0
| * Update protobuf versionHao Nguyen2019-05-212-6/+20
| * Add new file to package.xml (#6116)Paul Yang2019-05-171-0/+1
| * Custom mktime to fix issue on mac (#6118)Paul Yang2019-05-091-1/+43
| * Update version to 3.8.0Hao Nguyen2019-04-232-7/+21
* | Update generated filesHao Nguyen2019-05-211-0/+14
* | Update php/release.sh to be executable and create a new branch for the new ve...Hao Nguyen2019-05-061-1/+1
|/
* Update generated proto and remove a test from failure_listHao Nguyen2019-04-101-8/+8
* Sync latest upb changesBo Yang2019-03-272-2/+9
* Merge branch '3.7.x' into merge-3-7-xAdam Cozzette2019-03-2633-343/+463
|\
| * Update version number to 3.7.1 (#5947)Paul Yang2019-03-262-5/+19
| * Allow bytes field to be longer than 16000 bytes (#5924)Paul Yang2019-03-252-3/+24
| * Replace strptime with custom implementation (#5906)Paul Yang2019-03-192-737/+1744
| * Add terminating character to zend_lookup_class call (#5871) (#5885)David Supplee2019-03-134-7/+24
| * Remove GPBWrapperUtil from generated code (#5880)Paul Yang2019-03-1227-27/+0
| * Parse nested listvalue in json for ruby (#5867)Paul Yang2019-03-122-2/+21
* | Fix "the the".Benjamin Peterson2019-03-251-1/+1
* | Add terminating character to zend_lookup_class call (#5871)David Supplee2019-03-124-7/+24
* | PHP updates for new upb APIs (#5604)Joshua Haberman2019-03-068-12554/+6719
* | Merge branch '3.7.x'Bo Yang2019-03-049-89/+229
|\|
| * Update version number to 3.7.0 (#5793)Paul Yang2019-02-282-6/+20
| * Add a script to mirror php changes to protobuf-php (#5778)Paul Yang2019-02-261-0/+37
| * Date and time need to be before version (#5777)Paul Yang2019-02-251-2/+2
| * Update version to 3.7.0rc3Bo Yang2019-02-222-11/+11
| * Update version to 3.7.0 (#5749)Paul Yang2019-02-192-6/+20
| * PHP: Exclude repeated and map fields from normalization in constructor (#5723)michaelbausor2019-02-154-13/+240
| * Fix oneof message in array constructor (#5727)Paul Yang2019-02-142-8/+34
| * RC release should use beta for api version (#5695)Paul Yang2019-02-071-2/+2
| * Update php version number to 3.7.0RC2 (#5666)Paul Yang2019-02-012-6/+6
| * Updated version to 3.7.0rc2Adam Cozzette2019-01-301-2/+2
| * Convert integer to string if field is string field in jsonBo Yang2019-01-282-0/+13