aboutsummaryrefslogtreecommitdiff
path: root/php/src
Commit message (Expand)AuthorAgeFilesLines
* remove pass by reference for php setters (#3344)Brent Shaffer2017-07-1722-42/+42
* Add map iterator for c extension (#3350)Paul Yang2017-07-131-1/+4
* Add json encode/decode for php. (#3226)Paul Yang2017-06-3014-133/+1142
* adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-2731-885/+760
* Switch to addEnumType to fix fatal error (#3225)Ryan Gordon2017-06-192-15/+39
* Fix php jenkins test (#3233)Paul Yang2017-06-151-1/+1
* Fix incorrect function call (#3232)michaelbausor2017-06-151-1/+1
* Follows proper autoloading standards (#3123)Brent Shaffer2017-06-1413-832/+1038
* Add new file option php_namespace. (#3162)Paul Yang2017-06-0527-0/+290
* Oneof field should be serialized even it's equal to default. (#3153)Paul Yang2017-05-291-0/+7
* Add ARRAY for reserved name (#3150)Paul Yang2017-05-291-1/+1
* Add nested enum descriptor in php rumtime. (#3009)v3.3.0rc1Paul Yang2017-04-242-0/+9
* 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-202-10/+27
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-192-0/+7
* Add file option php_class_prefix (#2849)Paul Yang2017-03-1726-96/+146
* 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-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