aboutsummaryrefslogtreecommitdiffhomepage
path: root/php
Commit message (Collapse)AuthorAge
...
| | * Fix several more memory leakGravatar Bo Yang2017-12-06
| | |
| | * Fix memory leak when creating map field via array.Gravatar Bo Yang2017-12-06
| | |
| | * Fix memory leak when creating repeated field via array.Gravatar Bo Yang2017-12-06
| | |
| | * Remove duplicate typedef. (#3975)Gravatar Paul Yang2017-12-06
| | |
| * | Fix memory leak when creating map field via array.Gravatar Bo Yang2017-12-04
| | |
| * | Fix memory leak when creating repeated field via array.Gravatar Bo Yang2017-12-01
| | |
* | | Merge branch '3.5.x' into 3.5.x-mergeGravatar Adam Cozzette2017-11-30
|\| |
| * | Remove duplicate typedef. (#3975)Gravatar Paul Yang2017-11-30
| | |
| * | Provide discardUnknonwnFields API in php (#3976)Gravatar Paul Yang2017-11-30
| | | | | | | | | | | | | | | | | | * Provide discardUnknownFields API in php implementation * Provide discardUnknownFields API in php c extension.
| * | Update version number for php c extension (#3896)Gravatar Paul Yang2017-11-15
| | |
| * | Use fully qualifed name for DescriptorPool in Any.php to avoid name (#3886)Gravatar Paul Yang2017-11-15
| |/ | | | | conflict
* | Update README.md: C extension works on PHP 7 (#3888)Gravatar Issac Trotts2017-11-15
| | | | | | Here's the pull request that made it happen: https://github.com/google/protobuf/pull/2951
| * All integer types should accept null in json. (#3869)Gravatar Paul Yang2017-11-13
| |
| * Fix php well known type conformance tests (#3828) (#3840)Gravatar Paul Yang2017-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
* | Fix php well known type conformance tests (#3828)Gravatar Paul Yang2017-11-03
|/ | | | | | | | | | | | | | | | * Fix php well known type conformance tests * Properly generate code for test.proto * Provide GPBMetadata files in c extensions for generated files to import. * Remove unnecessary test * Clean up code * Add declaration for initOnce. * Refactoring
* update joda-time javadoc urlGravatar xuwei-k2017-10-30
|
* Update descriptor protosGravatar Jisi Liu2017-10-18
|
* Merge remote-tracking branch 'origin/3.4.x' into masterGravatar Jisi Liu2017-10-11
|\
* | Reserve unknown fields in php (#3659)Gravatar Paul Yang2017-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reserve unknown fields in upb 1) For decoding, an unknownfields will be lazily created on message, which contains bytes of unknown fields. 2) For encoding, if the unknownfields is present on message, all bytes contained in it will be serialized. * Register the function to encode unknown field at decode time. * Remove upb_handlers_setaddunknown * Use upb_sink_putunknown in decoder * Remove upb_pb_encoder_encode_unknown * Do not expose encode_unknown * Implement reserve unknown field in php Implement. * Make buffer private to CodedInputStream
* | Add well known types to php runtime. (#3697)Gravatar Paul Yang2017-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add well known types to php runtime. * Fix php7.0 tests * No longer generate empty.proto in test as it has been included in runtime. * Fix zts build * Clean code * Rename g_p_b_empty to empty. * Don't generate code for empty.proto in compatibility test * Fix 32-bit * Fix mac build * Fix Makefile.am to add new files
* | Enforce all error report for php tests. (#3670)Gravatar Paul Yang2017-09-22
| | | | | | | | | | | | * Enforce all error report for php tests. * Import vendor/autoload.php in tests/bootstrap_phpunit.php
* | Add $ before url_prefix_len to make it a variable. (#3668)Gravatar Paul Yang2017-09-20
| | | | | | | | | | | | | | | | * Add $ before url_prefix_len to make it a variable. * Remove unnecessary string length check * Remove useless $type_url_len
| * Merge pull request #3612 from TeBoring/php-bugGravatar Paul Yang2017-09-15
| |\ | | | | | | Add prefix to php reserved keywords.
| * | Bump version for minor releaseGravatar Jisi Liu2017-09-14
| | |
* | | Integrated internal changes from GoogleGravatar Adam Cozzette2017-09-14
| | |
| | * Exclude valid constant name from reserved name.Gravatar Bo Yang2017-09-12
| | |
| | * Change array to map for reserved names in c extensionGravatar Bo Yang2017-09-11
| | |
| | * Change array to associate array.Gravatar Bo Yang2017-09-11
| | |
* | | Add well-known timestamps to JSON for PHP (#3564)Gravatar Jack Wakefield2017-09-10
| | |
| | * Add prefix to php reserved keywords.Gravatar Bo Yang2017-09-08
| |/
* | Add native php support for Duration. (#3583)Gravatar Paul Yang2017-09-05
| |
* | Add php support for Timestamp. (#3575)Gravatar Paul Yang2017-08-31
| | | | | | | | | | | | * Add php support for Timestamp. * Fix comments
| * change the field number of php_generic_service to fix the conflict with (#3576)Gravatar Paul Yang2017-08-30
| | | | | | internal descriptor.proto
* | Add any support in php runtime. (#3486)Gravatar Paul Yang2017-08-25
|/ | | | | | | | | | | | * Add any support in php runtime. * Remove unused file in config.m4 * Fix comments * Fix error for tsrmls build * Add newly added file to Makefile.am
* Use message name as defined in php runtime.Gravatar Bo Yang2017-08-21
|
* Update php version number to 3.4.0Gravatar Bo Yang2017-08-16
|
* Update php c extension version number.Gravatar Bo Yang2017-08-16
|
* Merge branch 'master' into 3.4.xGravatar Bo Yang2017-08-05
|\
| * Fix the bug in php c extension that setting one field can change ↵Gravatar Paul Yang2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another field's value. (#3455) * Fix the bug in php c extension that setting one field can change another field's value. The reason is that previously, in c extension, it was assumed that the order that fields were declared in php is the same as the order of fields in upb. This is not true. Now, for every field in upb, we will look up the actual property that is corresponding to the upb field. * Cleanup pull request * Fix indentation * Port to php5 * Port with php7.1 * Port to zts
| * Update PHP descriptors (#3391)Gravatar michaelbausor2017-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add descriptors test * Update descriptors tests * Add public descriptors * Add test_desriptors.proto to test script * Update composer files * Remove references to GPBType, update tests to be compatible with c * Update for c extension compatibility * Remove nested enums for descriptor, update tests * Strip leading '.' from descriptor name * Update tests with test for getClass, fix OneofDescriptor * Add new files to Makefile.am
| * Add getClass for php Descriptor in c extension (#3443)Gravatar Paul Yang2017-08-02
| |
| * Fixing HHVM Compatibility (#3437)Gravatar Ryan Gordon2017-08-02
| |
| * Expose descriptor API in php c extension (#3422)Gravatar Paul Yang2017-08-02
| |
| * Change divideInt64ToInt32 to static (#3436)Gravatar Tony Wong2017-08-01
| | | | | | | | | | divideInt64ToInt32 is called statically from protobuf/php/src/Google/Protobuf/Internal/CodedOutputStream.php (the only reference) This causes fatal error in PHP 7.1 (32-bit only because 64-bit doesn't use this function)
| * Removes unnecessary pass-by-references in PHP internal classes (#3433)Gravatar Brent Shaffer2017-08-01
| |
* | Merge from masterGravatar Jisi Liu2017-07-25
| |
| * Fix cycle dependency for repeated field not collected by gc (#3399)Gravatar Paul Yang2017-07-25
| |
| * compiles removal of newline (#3333) (#3370)Gravatar Brent Shaffer2017-07-19
| |
| * Merge pull request #3375 from TeBoring/3.3.xGravatar Paul Yang2017-07-19
| |\ | | | | | | Merge 3.3.x into master
* | | Merge master into 3.4.xGravatar Jisi Liu2017-07-18
|\| |