aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal
Commit message (Expand)AuthorAgeFilesLines
* adds PHP typehints for message setters (#4533)php-generated-devBrent Shaffer2018-06-198-9/+9
* PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2319-53/+105
* PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-1528-152/+875
* Add file option php_metadata_namespace and ruby_package (#4609)Paul Yang2018-05-111-0/+90
* Add space between class name and concat message (#4577)Petar Dambovaliev2018-04-301-1/+1
* fix json_decode call parameters (#4381)urfinjuezz2018-04-091-1/+1
* includes the expected class in the exception, otherwise the error is harder t...Brent Shaffer2018-04-091-1/+1
* Add backslach to make class explict in global namespaceBo Yang2017-12-111-1/+1
* Recursively clear unknown fields in submessages. (#3982)Paul Yang2017-12-071-0/+28
* Provide discardUnknonwnFields API in php (#3976)Paul Yang2017-11-301-0/+9
* 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-043-43/+429
* 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-302-3/+67
* | Reserve unknown fields in php (#3659)Paul Yang2017-10-093-8/+23
* | Enforce all error report for php tests. (#3670)Paul Yang2017-09-221-4/+16
* | Integrated internal changes from GoogleAdam Cozzette2017-09-142-3/+90
* | Add well-known timestamps to JSON for PHP (#3564)Jack Wakefield2017-09-103-31/+142
|/
* Use message name as defined in php runtime.Bo Yang2017-08-212-1/+4
* Merge branch 'master' into 3.4.xBo Yang2017-08-0511-39/+118
|\
| * Update PHP descriptors (#3391)michaelbausor2017-08-047-25/+106
| * 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-1849-1278/+3291
|\|
| * Support PHP generic services (#3269)Matt A2017-07-181-0/+33
| * 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-1412-232/+1038
| * 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
* | Update csharp and php descriptorJisi Liu2017-07-182-21/+52
|/
* 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