Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add new file option php_namespace. (#3162) | Paul Yang | 2017-06-05 |
| | | | | | | | | | | | | | | | | * 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. | ||
* | Add file option php_class_prefix (#2849) | Paul Yang | 2017-03-17 |
| | | | | 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 Yang | 2016-12-08 |
1. Generate single file for each message. 2. Lazily initiate metadata. |