aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/protobuf.c
Commit message (Expand)AuthorAgeFilesLines
* fix for API change in PHP 7.3 (#4898)Paul Yang2018-07-121-4/+5
* Well known types are not initialized properly. (#4139)Paul Yang2018-01-051-0/+37
* Accept DatetimeInterface in fromDatetimeBo Yang2017-12-141-1/+8
* Fix php well known type conformance tests (#3828) (#3840)Paul Yang2017-11-041-0/+11
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-111-0/+43
|\
| * Change array to map for reserved names in c extensionBo Yang2017-09-111-0/+43
* | Add well known types to php runtime. (#3697)Paul Yang2017-10-051-0/+28
* | Add native php support for Duration. (#3583)Paul Yang2017-09-051-0/+1
* | Add php support for Timestamp. (#3575)Paul Yang2017-08-311-0/+1
* | Add any support in php runtime. (#3486)Paul Yang2017-08-251-0/+40
|/
* Expose descriptor API in php c extension (#3422)Paul Yang2017-08-021-6/+25
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-251-6/+6
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-0/+2
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-11/+46
* Implement RepeatedFieldIter for c extension. (#2333)Paul Yang2016-11-081-0/+1
* Fix compile error for php on Mac.Bo Yang2016-10-101-2/+10
* Check in php implementation. (#2052)Paul Yang2016-09-151-36/+114
* Integrate google internal changes.Jisi Liu2016-03-301-0/+89