aboutsummaryrefslogtreecommitdiff
path: root/phpunit.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-14/+0
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Rename Empty to GPBEmpty in php generated file.Paul Yang2016-11-161-0/+1
| | | | In php, class name cannot be "Empty". Modified code generator to (#2375) generate GPBEmpty instead (for google.protobuf.Empty only). Also change runtime code to work with the new generated code accordingly.
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+13
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.