aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/message.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-08-011-7/+9
|\
| * Make assertEquals pass for message (#4947)Paul Yang2018-07-201-7/+1
| * Fix php testsBo Yang2018-07-151-0/+1
| * fix for API change in PHP 7.3 (#4898)Paul Yang2018-07-121-0/+8
| * Fix array constructor in c extension for compatibility (#4667)Paul Yang2018-05-251-3/+3
| * PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-251-2/+6
| * Implement array constructor in php c extension.Bo Yang2018-05-251-4/+107
* | php: Added nanosecond support for Timestamp (#3972)Leonard Hecker2018-07-201-32/+70
* | Fix php testsBo Yang2018-07-131-0/+1
* | Fix array constructor in c extension for compatibility (#4667)Paul Yang2018-05-241-3/+3
* | PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-241-2/+6
* | Implement array constructor in php c extension.Bo Yang2018-05-241-4/+107
|/
* Throw error if user want to access message properties (#4603)Paul Yang2018-05-101-1/+7
* PHP: fixed typo in message.cAdam Cozzette2018-03-051-1/+1
* Fix more memory leak for php c extension (#4211)Paul Yang2018-01-251-0/+9
* Well known types are not initialized properly. (#4139)Paul Yang2018-01-051-30/+20
* Fix for php5.5Bo Yang2017-12-141-1/+1
* Accept DatetimeInterface in fromDatetimeBo Yang2017-12-141-11/+6
* Avoid using php_date_get_date_ce() in case date extension is notBo Yang2017-12-131-2/+15
* Call php method via function name instead of calling directly.Bo Yang2017-12-121-29/+41
* Replace private timelib_update_ts with public date_timestamp_getBo Yang2017-12-121-5/+19
* Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp utilBo Yang2017-12-121-1/+12
* Merge branch '3.5.0.1' into 3.5.xBo Yang2017-12-111-0/+4
|\
| * Fix memory leak in php7Bo Yang2017-12-061-4/+8
| * Fix several more memory leakBo Yang2017-12-061-4/+4
* | Provide discardUnknonwnFields API in php (#3976)Paul Yang2017-11-301-0/+1
|/
* Fix php well known type conformance tests (#3828) (#3840)Paul Yang2017-11-041-0/+42
* Reserve unknown fields in php (#3659)Paul Yang2017-10-091-0/+4
* Add well known types to php runtime. (#3697)Paul Yang2017-10-051-69/+1336
* Add native php support for Duration. (#3583)Paul Yang2017-09-051-0/+53
* Add php support for Timestamp. (#3575)Paul Yang2017-08-311-97/+185
* Add any support in php runtime. (#3486)Paul Yang2017-08-251-1/+276
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-041-5/+5
* Merge 3.3.x into masterBo Yang2017-07-181-0/+8
|\
| * Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-201-1/+0
| * Fix c extension for php7.1. (#3077)Paul Yang2017-05-101-0/+8
* | Add json encode/decode for php. (#3226)Paul Yang2017-06-301-2/+2
* | Remove inclusion of ext/json/php_json.h. (#3241)Jeff Ching2017-06-171-1/+0
|/
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-116/+108
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-081-2/+2
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-011-0/+28
* Add clear method to PHP message (#2700)Paul Yang2017-02-111-0/+19
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-081-0/+18
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-0/+20
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+12
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-2/+2
* PHP: fix ZTS tsrm_ls errors (#2189)Stanley Cheung2016-10-101-2/+3
* Some php engine implementation doesn't have return_value_ptr properly set. Ex...Bo Yang2016-09-151-1/+1
* Check in php implementation. (#2052)Paul Yang2016-09-151-176/+150
* Integrate google internal changes.Jisi Liu2016-03-301-0/+273