aboutsummaryrefslogtreecommitdiff
path: root/php/src/GPBMetadata
Commit message (Collapse)AuthorAgeFilesLines
* Add well known types to php runtime. (#3697)Paul Yang2017-10-057-0/+303
| | | | | | | | | | | | | | | | | | | | | | | * 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
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-1/+8
|
* Add native php support for Duration. (#3583)Paul Yang2017-09-051-0/+31
|
* Add php support for Timestamp. (#3575)Paul Yang2017-08-311-0/+31
| | | | | | * Add php support for Timestamp. * Fix comments
* Add any support in php runtime. (#3486)Paul Yang2017-08-251-0/+30
| | | | | | | | | | | | * 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
* 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.