- 06 Oct, 2017 1 commit
-
-
Paul Yang authored
* 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
-
- 14 Sep, 2017 1 commit
-
-
Adam Cozzette authored
-
- 05 Sep, 2017 1 commit
-
-
Paul Yang authored
-
- 31 Aug, 2017 1 commit
-
-
Paul Yang authored
* Add php support for Timestamp. * Fix comments
-
- 30 Aug, 2017 1 commit
-
-
Paul Yang authored
internal descriptor.proto
-
- 25 Aug, 2017 1 commit
-
-
Paul Yang authored
* 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
-
- 18 Jul, 2017 2 commits
-
-
Jisi Liu authored
-
Matt A authored
* 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
-
- 05 Jun, 2017 1 commit
-
-
Paul Yang authored
* 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.
-
- 17 Mar, 2017 1 commit
-
-
Paul Yang authored
This option will be prepended to generated classes of all messages in the containing file.
-
- 08 Dec, 2016 1 commit
-
-
Paul Yang authored
1. Generate single file for each message. 2. Lazily initiate metadata.
-