aboutsummaryrefslogtreecommitdiff
path: root/php/tests/array_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Make PHP c extension work with PHP7 (#2951)Paul Yang2017-04-191-14/+25
|
* Make php generated code conform to PSR-4. (#2435)Paul Yang2016-12-081-1/+0
| | | | 1. Generate single file for each message. 2. Lazily initiate metadata.
* Implement RepeatedFieldIter for c extension. (#2333)Paul Yang2016-11-081-0/+11
|
* Fix pure php implementation for 32-bit machine. (#2282)Paul Yang2016-10-251-35/+76
|
* Fix segmentation fault when ZTS is defined.Bo Yang2016-10-101-20/+20
|
* Check in php implementation. (#2052)Paul Yang2016-09-151-0/+888
This pull request includes two implementation: C extension and PHP package. Both implementations support encode/decode of singular, repeated and map fields.