aboutsummaryrefslogtreecommitdiffstats
path: root/php/ext
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-083-2/+7
* Merge branch 'master' into 3.9.xBo Yang2019-06-211-12/+29
|\
| * Change int64 json encoding to be string for php and ruby (#6251)Paul Yang2019-06-171-12/+29
* | Update version to 3.9.0Hao Nguyen2019-06-172-7/+21
|/
* Update protobuf versionHao Nguyen2019-05-212-6/+20
* 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
* Sync latest upb changesBo Yang2019-03-272-2/+9
* Merge branch '3.7.x' into merge-3-7-xAdam Cozzette2019-03-264-316/+445
|\
| * 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-251-3/+7
| * 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-131-1/+2
| * Parse nested listvalue in json for ruby (#5867)Paul Yang2019-03-121-2/+20
* | Fix "the the".Benjamin Peterson2019-03-251-1/+1
* | Add terminating character to zend_lookup_class call (#5871)David Supplee2019-03-121-1/+2
* | PHP updates for new upb APIs (#5604)Joshua Haberman2019-03-068-12554/+6719
* | Merge branch '3.7.x'Bo Yang2019-03-045-89/+165
|\|
| * Update version number to 3.7.0 (#5793)Paul Yang2019-02-282-6/+20
| * 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-151-6/+104
| * Fix oneof message in array constructor (#5727)Paul Yang2019-02-141-8/+20
| * 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
| * Default values should also be serialized for json map key/value (#5643)Paul Yang2019-01-281-3/+2
| * Allow internalAddGeneratedFile to depend on new nested message name (#5629)Paul Yang2019-01-244-76/+98
| * Update version to 3.7.0Hao Nguyen2019-01-241-4/+18
* | delete all duplicate empty blanks (#5758)Xiang Dai2019-02-204-211/+211
* | PHP: Exclude repeated and map fields from normalization in constructor (#5723)michaelbausor2019-02-151-6/+104
* | Default values should also be serialized for json map key/value (#5643)Paul Yang2019-01-281-3/+2
|/
* Fix more issues for reference values (#5613)Paul Yang2019-01-232-6/+15
* Fix empty FieldMask json encoding/decoding (#5605)Paul Yang2019-01-221-877/+301
* Fix c extension doesn' allow message reference in array (#5599)Paul Yang2019-01-222-0/+11
* Fixed compile warnings for PHP extension. (#5589)Joshua Haberman2019-01-186-79/+79
* Fix field mask for php in json (#5591)Paul Yang2019-01-173-460/+1343
* Fix Empty ListValue/Struct json encoding (#5532)Paul Yang2019-01-081-1/+78
* Fix Any json encoding/decoding in php (#5496)Paul Yang2018-12-263-279/+894
* Php 7.3 fix (#5434)Paul Yang2018-12-183-30/+8
* Replace update_version shell script with a python script, which is much bette...Hao Nguyen2018-12-141-19/+17
* PHP: Add Enum methods for converting to/from strings (#5342)michaelbausor2018-11-282-0/+236