aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php
Commit message (Collapse)AuthorAgeFilesLines
* Add new file option php_namespace. (#3162)Paul Yang2017-06-051-0/+4
| | | | | | | | | | | | | | | | * 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/+90
1. Generate single file for each message. 2. Lazily initiate metadata.