aboutsummaryrefslogtreecommitdiff
path: root/php/src
Commit message (Expand)AuthorAgeFilesLines
* All integer types should accept null in json. (#3869)Paul Yang2017-11-131-5/+6
* Fix php well known type conformance tests (#3828) (#3840)Paul Yang2017-11-044-47/+433
* update joda-time javadoc urlxuwei-k2017-10-301-1/+1
* Update descriptor protosJisi Liu2017-10-181-3/+6
* Merge remote-tracking branch 'origin/3.4.x' into masterJisi Liu2017-10-113-8/+196
|\
| * Change array to associate array.Bo Yang2017-09-111-20/+21
| * Add prefix to php reserved keywords.Bo Yang2017-09-081-2/+16
| * change the field number of php_generic_service to fix the conflict with (#3576)Paul Yang2017-08-303-4/+68
* | Reserve unknown fields in php (#3659)Paul Yang2017-10-093-8/+23
* | Add well known types to php runtime. (#3697)Paul Yang2017-10-0534-0/+3353
* | Enforce all error report for php tests. (#3670)Paul Yang2017-09-221-4/+16
* | Add $ before url_prefix_len to make it a variable. (#3668)Paul Yang2017-09-201-4/+2
* | Integrated internal changes from GoogleAdam Cozzette2017-09-143-4/+98
* | Add well-known timestamps to JSON for PHP (#3564)Jack Wakefield2017-09-103-31/+142
* | Add native php support for Duration. (#3583)Paul Yang2017-09-052-0/+184
* | Add php support for Timestamp. (#3575)Paul Yang2017-08-312-0/+215
* | Add any support in php runtime. (#3486)Paul Yang2017-08-252-0/+304
|/
* Use message name as defined in php runtime.Bo Yang2017-08-212-1/+4
* Merge branch 'master' into 3.4.xBo Yang2017-08-0517-26/+616
|\
| * Update PHP descriptors (#3391)michaelbausor2017-08-0413-12/+604
| * Fixing HHVM Compatibility (#3437)Ryan Gordon2017-08-021-4/+2
| * Change divideInt64ToInt32 to static (#3436)Tony Wong2017-08-011-1/+1
| * Removes unnecessary pass-by-references in PHP internal classes (#3433)Brent Shaffer2017-08-013-10/+10
| * compiles removal of newline (#3333) (#3370)Brent Shaffer2017-07-1925-25/+0
* | Merge master into 3.4.xJisi Liu2017-07-1851-1865/+3293
|\|
| * Support PHP generic services (#3269)Matt A2017-07-182-0/+34
| * 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
* | Update csharp and php descriptorJisi Liu2017-07-183-21/+57
|/
* 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