aboutsummaryrefslogtreecommitdiff
path: root/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php
Commit message (Collapse)AuthorAgeFilesLines
* Initialize python-wheel branchBo Yang2018-01-231-275/+0
|
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-1/+8
|
* Merge master into 3.4.xJisi Liu2017-07-181-0/+2
|\
| * Support PHP generic services (#3269)Matt A2017-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add php_generic_services option * Generate PHP generic services * Respect namespaces for generated PHP services * Test PHP generated services * Rename PHP generator service method doc comment function * Correct phpdoc service method case * Test namespaced PHP generic services * Always use the FQCN for PHP generic service input/output * Add generated_service_test to php test.sh * Add php service test protos to CI * Add php service files to php_EXTRA_DIST * Use Interface suffix for php generic services
| * Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new file option php_namespace. Use this option to change the namespace of php generated classes. Default is empty. When this option is empty, the package name will be used for determining the namespace. * Uncomment commented tests * Revert gdb test change * Update csharp descriptor. * Add test for empty php_namespace.
* | Update csharp and php descriptorJisi Liu2017-07-181-0/+5
|/
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-0/+1
| | | | This option will be prepended to generated classes of all messages in the containing file.
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+260
1. Generate single file for each message. 2. Lazily initiate metadata.