aboutsummaryrefslogtreecommitdiff
path: root/php/tests/gdb_test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Allow proto files to import descriptor.proto (#2995)Paul Yang2017-04-201-1/+1
| | | | | | | | | descriptor.proto uses proto2 syntax, which is not ready for external usage. However, some proto3 files import descriptor.proto and cannot be used. In this PR, all references (We cheated by only removing extensions, which is enough for now. User should avoid using messages defined in descriptor.proto as field type.) to content in descriptor.proto are removed from generated files. Those that import descriptor.proto can be used like other proto files.
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-5/+3
|
* Add file option php_class_prefix (#2849)Paul Yang2017-03-171-1/+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/+12
1. Generate single file for each message. 2. Lazily initiate metadata.