aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/FieldDescriptorProto.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into 3.4.xJisi Liu2017-07-181-74/+85
|\
| * remove pass by reference for php setters (#3344)Brent Shaffer2017-07-171-1/+1
| | | | | | | | | | | | * remove pass by reference for php setters * comments out memory leak test
| * adds PHPDoc @return and @param for getters and setters respectively (#3131)Brent Shaffer2017-06-271-72/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds PHPDoc @return and @param for getters and setters respectively * addresses changes in PR review * adds documentation tests * Update php_generator: - Prepend \ to names where required - Remove <pre> tags - Update protobuf field comments * Updates class files with the protobuf changes * Addresses review comments * removes Protobuf Type line from PHP generated classes * fixes phpdoc test * adds array types to phpdoc
| * Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+20
|/ | | | | | | | | | | | | | | | * 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.
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-0/+424
1. Generate single file for each message. 2. Lazily initiate metadata.