aboutsummaryrefslogtreecommitdiff
path: root/php/tests/generated_class_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-2/+1
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-10/+55
|
* Fix the bug that message without namespace is not found in the descriptor ↵Paul Yang2016-10-111-0/+9
| | | | pool. (#2240)
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+557
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.