aboutsummaryrefslogtreecommitdiff
path: root/php
Commit message (Expand)AuthorAgeFilesLines
* Avoid using php_date_get_date_ce() in case date extension is notBo Yang2017-12-131-2/+15
* Call php method via function name instead of calling directly.Bo Yang2017-12-124-34/+50
* Replace private timelib_update_ts with public date_timestamp_getBo Yang2017-12-122-5/+31
* Add PROTOBUF_ENABLE_TIMESTAMP to let user decide whether timestamp utilBo Yang2017-12-122-2/+13
* Merge branch '3.5.0.1' into 3.5.xBo Yang2017-12-116-7/+66
|\
| * Add release logv3.5.0.1Bo Yang2017-12-061-0/+16
| * Update php c extension version number to 3.5.0.1Bo Yang2017-12-062-4/+4
| * Fix memory leak in php7Bo Yang2017-12-063-5/+11
| * Fix several more memory leakBo Yang2017-12-064-6/+27
| * Fix memory leak when creating map field via array.Bo Yang2017-12-062-2/+6
| * Fix memory leak when creating repeated field via array.Bo Yang2017-12-062-2/+6
| * Remove duplicate typedef. (#3975)Paul Yang2017-12-061-19/+7
* | Recursively clear unknown fields in submessages. (#3982)Paul Yang2017-12-073-4/+159
* | Fix memory leak when creating map field via array.Bo Yang2017-12-042-2/+6
* | Fix memory leak when creating repeated field via array.Bo Yang2017-12-012-2/+6
* | Remove duplicate typedef. (#3975)Paul Yang2017-11-301-19/+7
* | Provide discardUnknonwnFields API in php (#3976)Paul Yang2017-11-305-0/+27
* | Update version number for php c extension (#3896)Paul Yang2017-11-152-4/+20
* | 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-047-49/+508
* 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-1114-21/+1205
|\
| * Merge pull request #3612 from TeBoring/php-bugPaul Yang2017-09-1511-16/+1011
| |\
| | * Exclude valid constant name from reserved name.Bo Yang2017-09-126-223/+600
| | * Change array to map for reserved names in c extensionBo Yang2017-09-113-24/+69
| | * Change array to associate array.Bo Yang2017-09-111-20/+21
| | * Add prefix to php reserved keywords.Bo Yang2017-09-087-5/+577
| * | Bump version for minor releaseJisi Liu2017-09-142-5/+21
| |/
| * 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-0912-841/+2101
* | Add well known types to php runtime. (#3697)Paul Yang2017-10-0541-101/+5374
* | Enforce all error report for php tests. (#3670)Paul Yang2017-09-224-5/+24
* | 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-056-0/+259
* | Add php support for Timestamp. (#3575)Paul Yang2017-08-317-102/+441
* | Add any support in php runtime. (#3486)Paul Yang2017-08-259-58/+902
|/
* Use message name as defined in php runtime.Bo Yang2017-08-215-1/+25
* Update php version number to 3.4.0Bo Yang2017-08-161-1/+1
* Update php c extension version number.Bo Yang2017-08-162-3/+19
* Merge branch 'master' into 3.4.xBo Yang2017-08-0531-91/+1558
|\
| * Fix the bug in php c extension that setting one field can change anotherĀ fie...Paul Yang2017-08-047-33/+95
| * Update PHP descriptors (#3391)michaelbausor2017-08-0415-18/+607
| * Add getClass for php Descriptor in c extension (#3443)Paul Yang2017-08-023-1/+16
| * Fixing HHVM Compatibility (#3437)Ryan Gordon2017-08-021-4/+2
| * Expose descriptor API in php c extension (#3422)Paul Yang2017-08-026-26/+829
| * Change divideInt64ToInt32 to static (#3436)Tony Wong2017-08-011-1/+1