aboutsummaryrefslogtreecommitdiff
path: root/php/src
Commit message (Expand)AuthorAgeFilesLines
* Adopt upb change for timestamp and duration json to php (#5106)Paul Yang2018-09-222-4/+12
* Update generated descriptors.integrationFeng Xiao2018-08-0812-0/+192
* php: Added nanosecond support for Timestamp (#3972)Leonard Hecker2018-07-201-4/+5
* Fix 32bit php testsBo Yang2018-07-132-18/+23
* Fix php testsBo Yang2018-07-131-5/+2
* add JSON_UNESCAPED_UNICODE option (#4191)吕海涛2018-07-092-2/+2
* Merge branch '3.6.x' into merge-3-6-xAdam Cozzette2018-06-256-6/+104
|\
| * Use legacy name in php runtime (#4741)v3.6.0.1Paul Yang2018-06-076-6/+101
| * PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2552-287/+806
| * PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-2528-152/+875
* | PHP namespaces for nested messages and enums (#4536)Brent Shaffer2018-05-2452-287/+806
* | PHP array constructors for protobuf messages (#4530)Brent Shaffer2018-05-2428-152/+875
* | Updated PHP generated code for timestamp.protoAdam Cozzette2018-05-171-3/+5
|/
* Add file option php_metadata_namespace and ruby_package (#4609)Paul Yang2018-05-112-0/+92
* Avoid direct check of class name (#4601)Paul Yang2018-05-101-7/+3
* 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
* Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886)Paul Yang2017-11-151-4/+3
* 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