aboutsummaryrefslogtreecommitdiff
path: root/php/ext/google/protobuf/storage.c
Commit message (Expand)AuthorAgeFilesLines
* fix for API change in PHP 7.3 (#4898)Paul Yang2018-07-121-3/+3
* Reserve unknown fields in php (#3659)Paul Yang2017-10-091-1/+8
* Add well known types to php runtime. (#3697)Paul Yang2017-10-051-3/+32
* Add php support for Timestamp. (#3575)Paul Yang2017-08-311-5/+5
* Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-041-24/+67
* Fix cycle dependency for repeated field not collected by gc (#3399)Paul Yang2017-07-251-4/+84
* Fix Implicit Return Types (#3363)Richard Fussenegger2017-07-171-2/+2
* Initial value in generated code cannot be used by c extension. (#3367)Paul Yang2017-07-141-1/+19
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-0/+13
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-229/+349
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-101-3/+3
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-011-1/+215
* Add clear method to PHP message (#2700)Paul Yang2017-02-111-2/+19
* Implement json encoding decoding for php. (#2682)Paul Yang2017-02-081-0/+1
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-1/+20
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-4/+4
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-101-2/+22
* Fix compile error for php on Mac.Bo Yang2016-10-101-4/+7
* PHP: fix ZTS tsrm_ls errors (#2189)Stanley Cheung2016-10-101-9/+11
* Check in php implementation. (#2052)Paul Yang2016-09-151-312/+332
* Integrate google internal changes.Jisi Liu2016-03-301-0/+539