aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal
Commit message (Expand)AuthorAgeFilesLines
* Add new file option php_namespace. (#3162)Paul Yang2017-06-0525-0/+276
* Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-291-0/+7
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-241-0/+3
* Throw exception when parsing invalid data. (#3000)Paul Yang2017-04-213-41/+96
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-202-2/+0
* Prepend "PB" to generated classes whose name are reserved words. (#2990)Paul Yang2017-04-201-0/+1
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-192-0/+7
* Add file option php_class_prefix (#2849)Paul Yang2017-03-1724-78/+124
* Bug fix: When encoding, negative int32 values should be padded to int64 (#2660)Paul Yang2017-03-154-14/+14
* 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-314-36/+87
* 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-0831-0/+5719
* 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
* PHP: support 7.0 on PHP implementation (#2162)Stanley Cheung2016-10-101-21/+24
* Check in php implementation. (#2052)Paul Yang2016-09-1515-0/+3254