aboutsummaryrefslogtreecommitdiff
path: root/php/src/Google/Protobuf/descriptor_internal.pb.php
Commit message (Collapse)AuthorAgeFilesLines
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-2532/+0
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+2532
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.