aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/protobuf.h
AgeCommit message (Expand)Author
2019-08-05Update protobuf version (#6472)Paul Yang
2019-07-11Update protobuf version (#6366)Paul Yang
2019-07-08Set oneof case in array constructor (#6351)Paul Yang
2019-06-17Update version to 3.9.0Hao Nguyen
2019-05-21Update protobuf versionHao Nguyen
2019-05-21Revert "Update protobuf version"Hao Nguyen
2019-05-21Update protobuf versionHao Nguyen
2019-04-23Update version to 3.8.0Hao Nguyen
2019-03-26Merge branch '3.7.x' into merge-3-7-xAdam Cozzette
2019-03-26Update version number to 3.7.1 (#5947)Paul Yang
2019-03-06PHP updates for new upb APIs (#5604)Joshua Haberman
2019-02-28Update version number to 3.7.0 (#5793)Paul Yang
2019-02-22Update version to 3.7.0rc3Bo Yang
2019-02-19Update version to 3.7.0 (#5749)Paul Yang
2019-02-01Update php version number to 3.7.0RC2 (#5666)Paul Yang
2019-01-24Allow internalAddGeneratedFile to depend on new nested message name (#5629)Paul Yang
2019-01-18Fixed compile warnings for PHP extension. (#5589)Joshua Haberman
2018-12-18Php 7.3 fix (#5434)Paul Yang
2018-11-28PHP: Add Enum methods for converting to/from strings (#5342)michaelbausor
2018-08-31Fix well known type class not inheriting Message (#5095)Paul Yang
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-27Updated version numbers to 3.6.1Adam Cozzette
2018-07-20php: Added nanosecond support for Timestamp (#3972)Leonard Hecker
2018-07-12fix for API change in PHP 7.3 (#4898)Paul Yang
2018-06-06Update php version to 3.6.0 (#4736)Paul Yang
2018-04-02Merge branch (#4466)Paul Yang
2018-01-05Well known types are not initialized properly. (#4139)Paul Yang
2017-12-12Call php method via function name instead of calling directly.Bo Yang
2017-12-11Merge branch '3.5.0.1' into 3.5.xBo Yang
2017-12-06Update php c extension version number to 3.5.0.1Bo Yang
2017-12-06Remove duplicate typedef. (#3975)Paul Yang
2017-11-30Remove duplicate typedef. (#3975)Paul Yang
2017-11-30Provide discardUnknonwnFields API in php (#3976)Paul Yang
2017-11-15Update version number for php c extension (#3896)Paul Yang
2017-11-04Fix php well known type conformance tests (#3828) (#3840)Paul Yang
2017-10-11Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu
2017-10-05Add well known types to php runtime. (#3697)Paul Yang
2017-09-15Merge pull request #3612 from TeBoring/php-bugPaul Yang
2017-09-14Bump version for minor releaseJisi Liu
2017-09-12Exclude valid constant name from reserved name.Bo Yang
2017-09-11Change array to map for reserved names in c extensionBo Yang
2017-09-05Add native php support for Duration. (#3583)Paul Yang
2017-08-31Add php support for Timestamp. (#3575)Paul Yang
2017-08-25Add any support in php runtime. (#3486)Paul Yang
2017-08-16Update php version number to 3.4.0Bo Yang
2017-08-16Update php c extension version number.Bo Yang
2017-08-04Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang
2017-08-02Add getClass for php Descriptor in c extension (#3443)Paul Yang
2017-08-02Expose descriptor API in php c extension (#3422)Paul Yang
2017-07-25Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang