aboutsummaryrefslogtreecommitdiff
path: root/php/src
Commit message (Expand)AuthorAgeFilesLines
* Repeated/Map field setter should accept a regular PHP array (#2817)Paul Yang2017-03-102-13/+79
* Rename encode/decode to serializeToString/mergeFromString (#2795)Paul Yang2017-03-082-4/+6
* Add mergeFrom method on Message (#2766)Paul Yang2017-03-011-0/+68
* Add clear method to PHP message (#2700)Paul Yang2017-02-111-1/+110
* Merge 3.2.x branch into master (#2648)Paul Yang2017-01-315-36/+91
* Oneof accessor should return the field name that is actually set. (#2631)Paul Yang2017-01-271-0/+11
* PHP fix int64 decoding (#2516)Sufir2017-01-081-28/+47
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-0833-2532/+5979
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-1/+14
* Fix php c extension on 32-bit machines. (#2348)Paul Yang2016-11-101-0/+10
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-256-230/+155
* Fix the bug that message without namespace is not found in the descriptor poo...Paul Yang2016-10-111-3/+7
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-09-221-21/+24
* Check in php implementation. (#2052)Paul Yang2016-09-1518-0/+6342